#8D9AAC

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

Shades of Rock Blue #8D9AAC

Tints of Rock Blue #8D9AAC

Color information

#8D9AAC (or 0x8D9AAC) is unknown color: approx Rock Blue. HEX triplet: 8D, 9A and AC. RGB value is (141,154,172). Sum of RGB (Red+Green+Blue) = 141+154+172=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9AAC is #726553. Grayscale: #989898. Windows color (decimal): -7497044 or 11311757. OLE color: 11311757.

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

Color convert

RGB141154172-
CMYK0.180.1000.33
HSL214.84º15.74%61.37%-
HSV(B)214.84º18.02%67.45%-
XYZ29.9931.7543.58-
YUV152.16139.19120.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=30.19%
G=32.98%
B=36.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411541720.180.1000.33214.8415.7461.37
Hex8D9AAC12A021d7103d
Octal21523225422120413272075
Binary10001101100110101010110010010101001000011101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,154,172); }

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

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

 a { background-color: rgb(141,154,172); }

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

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

 span { border-color: rgb(141,154,172); }

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