#8D9CAF

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

Shades of Rock Blue #8D9CAF

Tints of Rock Blue #8D9CAF

Color information

#8D9CAF (or 0x8D9CAF) is unknown color: approx Rock Blue. HEX triplet: 8D, 9C and AF. RGB value is (141,156,175). Sum of RGB (Red+Green+Blue) = 141+156+175=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D9CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9CAF is #726350. Grayscale: #999999. Windows color (decimal): -7496529 or 11508877. OLE color: 11508877.

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

Color convert

RGB141156175-
CMYK0.190.1100.31
HSL213.53º17.53%61.96%-
HSV(B)213.53º19.43%68.63%-
XYZ30.6132.5345.22-
YUV153.68140.03118.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=29.87%
G=33.05%
B=37.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411561750.190.1100.31213.5317.5361.96
Hex8D9CAF13B01Fd6123e
Octal21523425723130373262276
Binary1000110110011100101011111001110110111111101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,156,175); }

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

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

 a { background-color: rgb(141,156,175); }

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

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

 span { border-color: rgb(141,156,175); }

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