#8897AE

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

Shades of Rock Blue #8897AE

Tints of Rock Blue #8897AE

Color information

#8897AE (or 0x8897AE) is unknown color: approx Rock Blue. HEX triplet: 88, 97 and AE. RGB value is (136,151,174). Sum of RGB (Red+Green+Blue) = 136+151+174=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #8897AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8897AE is #776851. Grayscale: #959595. Windows color (decimal): -7825490 or 11442056. OLE color: 11442056.

HSL color Cylindrical-coordinate representation of color #8897AE: hue angle of 216.32º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8897AE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136151174-
CMYK0.220.1300.32
HSL216.32º19%60.78%-
HSV(B)216.32º21.84%68.24%-
XYZ28.8630.4244.4-
YUV149.14142.03118.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=29.50%
G=32.75%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361511740.220.1300.32216.321960.78
Hex8897AE16D020d8133d
Octal21022725626150403302375
Binary10001000100101111010111010110110101000001101100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8897AE; }

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

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

<style>
 a { background-color: #8897AE; }

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

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

<style>
 span { border-color: #8897AE; }

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

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