#8899BC

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

Shades of Rock Blue #8899BC

Tints of Rock Blue #8899BC

Color information

#8899BC (or 0x8899BC) is unknown color: approx Rock Blue. HEX triplet: 88, 99 and BC. RGB value is (136,153,188). Sum of RGB (Red+Green+Blue) = 136+153+188=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #8899BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899BC is #776643. Grayscale: #979797. Windows color (decimal): -7824964 or 12360072. OLE color: 12360072.

HSL color Cylindrical-coordinate representation of color #8899BC: hue angle of 220.38º 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 #8899BC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136153188-
CMYK0.280.1900.26
HSL220.38º27.96%63.53%-
HSV(B)220.38º27.66%73.73%-
XYZ30.6231.6552.07-
YUV151.91148.37116.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=28.51%
G=32.08%
B=39.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361531880.280.1900.26220.3827.9663.53
Hex8899BC1C1301Adc1c40
Octal210231274342303233434100
Binary100010001001100110111100111001001101101011011100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8899BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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