#8C9AAF

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

Shades of Rock Blue #8C9AAF

Tints of Rock Blue #8C9AAF

Color information

#8C9AAF (or 0x8C9AAF) is unknown color: approx Rock Blue. HEX triplet: 8C, 9A and AF. RGB value is (140,154,175). Sum of RGB (Red+Green+Blue) = 140+154+175=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C9AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9AAF is #736550. Grayscale: #989898. Windows color (decimal): -7562577 or 11508364. OLE color: 11508364.

HSL color Cylindrical-coordinate representation of color #8C9AAF: hue angle of 216º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C9AAF is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140154175-
CMYK0.20.1200.31
HSL216º17.95%61.76%-
HSV(B)216º20%68.63%-
XYZ30.1131.7845.11-
YUV152.21140.86119.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=29.85%
G=32.84%
B=37.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401541750.20.1200.3121617.9561.76
Hex8C9AAF14C01Fd8123e
Octal21423225724140373302276
Binary1000110010011010101011111010011000111111101100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,154,175); }

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

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

 a { background-color: rgb(140,154,175); }

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

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

 span { border-color: rgb(140,154,175); }

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