#8B97AC

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

Shades of Rock Blue #8B97AC

Tints of Rock Blue #8B97AC

Color information

#8B97AC (or 0x8B97AC) is unknown color: approx Rock Blue. HEX triplet: 8B, 97 and AC. RGB value is (139,151,172). Sum of RGB (Red+Green+Blue) = 139+151+172=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B97AC is #746853. Grayscale: #959595. Windows color (decimal): -7628884 or 11310987. OLE color: 11310987.

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

Color convert

RGB139151172-
CMYK0.190.1200.33
HSL218.18º16.58%60.98%-
HSV(B)218.18º19.19%67.45%-
XYZ29.1630.643.4-
YUV149.81140.52120.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=30.09%
G=32.68%
B=37.23%

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
Decimal1391511720.190.1200.33218.1816.5860.98
Hex8B97AC13C021da113d
Octal21322725423140413322175
Binary10001011100101111010110010011110001000011101101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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