Html Css Color HEX #8C97AC Rock Blue

📋 copy color: '#8C97AC'

red 140 ◦ green 151 ◦ blue 172

#8C97AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8C97AC

Tints of Rock Blue #8C97AC

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 value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C97AC (or 0x8C97AC) is known color: 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

RGB 140 151 172 -
CMYK 0.19 0.12 0 0.33
HSL 219.38º 0.16% 0.61% -
HSV(B) 219.38º 0.19% 0.67% -
XYZ 29.33 30.69 43.41 -
YUV 150.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 140 151 172 0.19 0.12 0 0.33 219.38 0.16 0.61
Hex 8C 97 AC 13 C 0 21 DB 10 3D
Octal 214 227 254 23 14 0 41 333 20 75
Binary 10001100 10010111 10101100 10011 1100 0 100001 11011011 10000 111101

Color Harmonies of #8C97AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C97AC

Black with #8C97AC

Text Example


Text Example

White with #8C97AC

Text Example


Text Example

HTML Codes & Css Web 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>