#8C9BBD

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

Shades of Rock Blue #8C9BBD

Tints of Rock Blue #8C9BBD

Color information

#8C9BBD (or 0x8C9BBD) is unknown color: approx Rock Blue. HEX triplet: 8C, 9B and BD. RGB value is (140,155,189). Sum of RGB (Red+Green+Blue) = 140+155+189=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BBD is #736442. Grayscale: #9A9A9A. Windows color (decimal): -7562307 or 12426124. OLE color: 12426124.

HSL color Cylindrical-coordinate representation of color #8C9BBD: hue angle of 221.63º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C9BBD is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140155189-
CMYK0.260.1800.26
HSL221.63º27.07%64.51%-
HSV(B)221.63º25.93%74.12%-
XYZ31.7232.6952.78-
YUV154.39147.53117.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=28.93%
G=32.02%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401551890.260.1800.26221.6327.0764.51
Hex8C9BBD1A1201Ade1b41
Octal214233275322203233633101
Binary100011001001101110111101110101001001101011011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,189); }

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

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

 a { background-color: rgb(140,155,189); }

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

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

 span { border-color: rgb(140,155,189); }

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