#8B9EBF

Color #8B9EBF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8B9EBF

Tints of Rock Blue #8B9EBF

Color information

#8B9EBF (or 0x8B9EBF) is unknown color: approx Rock Blue. HEX triplet: 8B, 9E and BF. RGB value is (139,158,191). Sum of RGB (Red+Green+Blue) = 139+158+191=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9EBF is #746140. Grayscale: #9B9B9B. Windows color (decimal): -7627073 or 12557963. OLE color: 12557963.

HSL color Cylindrical-coordinate representation of color #8B9EBF: hue angle of 218.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B9EBF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139158191-
CMYK0.270.1700.25
HSL218.08º28.89%64.71%-
HSV(B)218.08º27.23%74.9%-
XYZ32.2833.754.09-
YUV156.08147.71115.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 191 (75% from 255) = 39.14%
R=28.48%
G=32.38%
B=39.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391581910.270.1700.25218.0828.8964.71
Hex8B9EBF1B11019da1d41
Octal213236277332103133235101
Binary100010111001111010111111110111000101100111011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9EBF; }

 p { color: rgb(139,158,191); }

 H1.HeaderClassName
 {
   color: #8B9EBF;
 }
 .AnyTagClassName
 {
   color: #8B9EBF;
 }
</style>
background-color css

<style>
 a { background-color: #8B9EBF; }

 a { background-color: rgb(139,158,191); }

 div.DivClassName
 {
   background-color: #8B9EBF;
 }
 .BgClassName
 {
   background-color: #8B9EBF;
 }
</style>
border-color css

<style>
 span { border-color: #8B9EBF; }

 span { border-color: rgb(139,158,191); }

 td.TdClassName
 {
   border-color: #8B9EBF;
 }
 .TagClassName
 {
   border-color: #8B9EBF;
 }
</style>