#8897BC

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

Shades of Rock Blue #8897BC

Tints of Rock Blue #8897BC

Color information

#8897BC (or 0x8897BC) is unknown color: approx Rock Blue. HEX triplet: 88, 97 and BC. RGB value is (136,151,188). Sum of RGB (Red+Green+Blue) = 136+151+188=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8897BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897BC is #776843. Grayscale: #969696. Windows color (decimal): -7825476 or 12359560. OLE color: 12359560.

HSL color Cylindrical-coordinate representation of color #8897BC: hue angle of 222.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8897BC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136151188-
CMYK0.280.2000.26
HSL222.69º27.96%63.53%-
HSV(B)222.69º27.66%73.73%-
XYZ30.33151.96-
YUV150.73149.03117.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=28.63%
G=31.79%
B=39.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361511880.280.2000.26222.6927.9663.53
Hex8897BC1C1401Adf1c40
Octal210227274342403233734100
Binary100010001001011110111100111001010001101011011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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