#8B97AE

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

Shades of Rock Blue #8B97AE

Tints of Rock Blue #8B97AE

Color information

#8B97AE (or 0x8B97AE) is unknown color: approx Rock Blue. HEX triplet: 8B, 97 and AE. RGB value is (139,151,174). Sum of RGB (Red+Green+Blue) = 139+151+174=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B97AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B97AE is #746851. Grayscale: #959595. Windows color (decimal): -7628882 or 11442059. OLE color: 11442059.

HSL color Cylindrical-coordinate representation of color #8B97AE: hue angle of 219.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B97AE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139151174-
CMYK0.200.1300.32
HSL219.43º17.77%61.37%-
HSV(B)219.43º20.11%68.24%-
XYZ29.3530.6844.42-
YUV150.03141.52120.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.96%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=29.96%
G=32.54%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391511740.200.1300.32219.4317.7761.37
Hex8B97AE14D020db123d
Octal21322725624150403332275
Binary10001011100101111010111010100110101000001101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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