#8D97AC

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

Shades of Rock Blue #8D97AC

Tints of Rock Blue #8D97AC

Color information

#8D97AC (or 0x8D97AC) is unknown color: approx Rock Blue. HEX triplet: 8D, 97 and AC. RGB value is (141,151,172). Sum of RGB (Red+Green+Blue) = 141+151+172=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D97AC is #726853. Grayscale: #969696. Windows color (decimal): -7497812 or 11310989. OLE color: 11310989.

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

Color convert

RGB141151172-
CMYK0.180.1200.33
HSL220.65º15.74%61.37%-
HSV(B)220.65º18.02%67.45%-
XYZ29.530.7743.42-
YUV150.4140.19121.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=30.39%
G=32.54%
B=37.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411511720.180.1200.33220.6515.7461.37
Hex8D97AC12C021dd103d
Octal21522725422140413352075
Binary10001101100101111010110010010110001000011101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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