#8C97AF

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

Shades of Rock Blue #8C97AF

Tints of Rock Blue #8C97AF

Color information

#8C97AF (or 0x8C97AF) is unknown color: approx Rock Blue. HEX triplet: 8C, 97 and AF. RGB value is (140,151,175). Sum of RGB (Red+Green+Blue) = 140+151+175=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C97AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C97AF is #736850. Grayscale: #969696. Windows color (decimal): -7563345 or 11507596. OLE color: 11507596.

HSL color Cylindrical-coordinate representation of color #8C97AF: hue angle of 221.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C97AF is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140151175-
CMYK0.20.1400.31
HSL221.14º17.95%61.76%-
HSV(B)221.14º20%68.63%-
XYZ29.6230.844.94-
YUV150.45141.86120.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=30.04%
G=32.40%
B=37.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401511750.20.1400.31221.1417.9561.76
Hex8C97AF14E01Fdd123e
Octal21422725724160373352276
Binary1000110010010111101011111010011100111111101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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