#8D9CAD

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

Shades of Rock Blue #8D9CAD

Tints of Rock Blue #8D9CAD

Color information

#8D9CAD (or 0x8D9CAD) is unknown color: approx Rock Blue. HEX triplet: 8D, 9C and AD. RGB value is (141,156,173). Sum of RGB (Red+Green+Blue) = 141+156+173=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D9CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9CAD is #726352. Grayscale: #999999. Windows color (decimal): -7496531 or 11377805. OLE color: 11377805.

HSL color Cylindrical-coordinate representation of color #8D9CAD: hue angle of 211.88º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9CAD is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141156173-
CMYK0.180.1000.32
HSL211.88º16.33%61.57%-
HSV(B)211.88º18.5%67.84%-
XYZ30.4232.4644.2-
YUV153.45139.03119.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=30%
G=33.19%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411561730.180.1000.32211.8816.3361.57
Hex8D9CAD12A020d4103e
Octal21523425522120403242076
Binary10001101100111001010110110010101001000001101010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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