#8B9CBE

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

Shades of Rock Blue #8B9CBE

Tints of Rock Blue #8B9CBE

Color information

#8B9CBE (or 0x8B9CBE) is unknown color: approx Rock Blue. HEX triplet: 8B, 9C and BE. RGB value is (139,156,190). Sum of RGB (Red+Green+Blue) = 139+156+190=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CBE is #746341. Grayscale: #9A9A9A. Windows color (decimal): -7627586 or 12491915. OLE color: 12491915.

HSL color Cylindrical-coordinate representation of color #8B9CBE: hue angle of 220º degrees, saturation: 0.28, 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 #8B9CBE is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139156190-
CMYK0.270.1800.25
HSL220º28.18%64.51%-
HSV(B)220º26.84%74.51%-
XYZ31.8332.9853.4-
YUV154.79147.87116.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=28.66%
G=32.16%
B=39.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391561900.270.1800.2522028.1864.51
Hex8B9CBE1B12019dc1c41
Octal213234276332203133434101
Binary100010111001110010111110110111001001100111011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,156,190); }

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

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

 a { background-color: rgb(139,156,190); }

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

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

 span { border-color: rgb(139,156,190); }

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