#8897BF

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

Shades of Rock Blue #8897BF

Tints of Rock Blue #8897BF

Color information

#8897BF (or 0x8897BF) is unknown color: approx Rock Blue. HEX triplet: 88, 97 and BF. RGB value is (136,151,191). Sum of RGB (Red+Green+Blue) = 136+151+191=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #8897BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897BF is #776840. Grayscale: #969696. Windows color (decimal): -7825473 or 12556168. OLE color: 12556168.

HSL color Cylindrical-coordinate representation of color #8897BF: hue angle of 223.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8897BF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136151191-
CMYK0.290.2100.25
HSL223.64º30.05%64.12%-
HSV(B)223.64º28.8%74.9%-
XYZ30.6231.1353.68-
YUV151.07150.53117.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 191 (75% from 255) = 39.96%
R=28.45%
G=31.59%
B=39.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361511910.290.2100.25223.6430.0564.12
Hex8897BF1D15019e01e40
Octal210227277352503134036100
Binary100010001001011110111111111011010101100111100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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