#8C97AC

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

Shades of Rock Blue #8C97AC

Tints of Rock Blue #8C97AC

Color information

#8C97AC (or 0x8C97AC) is unknown color: approx Rock Blue. HEX triplet: 8C, 97 and AC. RGB value is (140,151,172). Sum of RGB (Red+Green+Blue) = 140+151+172=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C97AC is #736853. Grayscale: #969696. Windows color (decimal): -7563348 or 11310988. OLE color: 11310988.

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

Color convert

RGB140151172-
CMYK0.190.1200.33
HSL219.38º16.16%61.18%-
HSV(B)219.38º18.6%67.45%-
XYZ29.3330.6943.41-
YUV150.11140.36120.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=30.24%
G=32.61%
B=37.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401511720.190.1200.33219.3816.1661.18
Hex8C97AC13C021db103d
Octal21422725423140413332075
Binary10001100100101111010110010011110001000011101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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