#889BBB

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

Shades of Rock Blue #889BBB

Tints of Rock Blue #889BBB

Color information

#889BBB (or 0x889BBB) is unknown color: approx Rock Blue. HEX triplet: 88, 9B and BB. RGB value is (136,155,187). Sum of RGB (Red+Green+Blue) = 136+155+187=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #889BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBB is #776444. Grayscale: #989898. Windows color (decimal): -7824453 or 12295048. OLE color: 12295048.

HSL color Cylindrical-coordinate representation of color #889BBB: hue angle of 217.65º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889BBB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136155187-
CMYK0.270.1700.27
HSL217.65º27.27%63.33%-
HSV(B)217.65º27.27%73.33%-
XYZ30.8432.2651.62-
YUV152.97147.21115.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=28.45%
G=32.43%
B=39.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361551870.270.1700.27217.6527.2763.33
Hex889BBB1B1101Bda1b3f
Octal21023327333210333323377
Binary10001000100110111011101111011100010110111101101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889BBB; }

 p { color: rgb(136,155,187); }

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

<style>
 a { background-color: #889BBB; }

 a { background-color: rgb(136,155,187); }

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

<style>
 span { border-color: #889BBB; }

 span { border-color: rgb(136,155,187); }

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