#8D9BAC

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

Shades of Rock Blue #8D9BAC

Tints of Rock Blue #8D9BAC

Color information

#8D9BAC (or 0x8D9BAC) is unknown color: approx Rock Blue. HEX triplet: 8D, 9B and AC. RGB value is (141,155,172). Sum of RGB (Red+Green+Blue) = 141+155+172=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9BAC is #726453. Grayscale: #989898. Windows color (decimal): -7496788 or 11312013. OLE color: 11312013.

HSL color Cylindrical-coordinate representation of color #8D9BAC: hue angle of 212.9º 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 #8D9BAC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141155172-
CMYK0.180.1000.33
HSL212.9º15.74%61.37%-
HSV(B)212.9º18.02%67.45%-
XYZ30.1532.0843.63-
YUV152.75138.86119.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=30.13%
G=33.12%
B=36.75%

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
Decimal1411551720.180.1000.33212.915.7461.37
Hex8D9BAC12A021d5103d
Octal21523325422120413252075
Binary10001101100110111010110010010101001000011101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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