#889CBA

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

Shades of Rock Blue #889CBA

Tints of Rock Blue #889CBA

Color information

#889CBA (or 0x889CBA) is unknown color: approx Rock Blue. HEX triplet: 88, 9C and BA. RGB value is (136,156,186). Sum of RGB (Red+Green+Blue) = 136+156+186=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #889CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CBA is #776345. Grayscale: #999999. Windows color (decimal): -7824198 or 12229768. OLE color: 12229768.

HSL color Cylindrical-coordinate representation of color #889CBA: hue angle of 216º 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 #889CBA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136156186-
CMYK0.270.1600.27
HSL216º26.6%63.14%-
HSV(B)216º26.88%72.94%-
XYZ30.932.5651.11-
YUV153.44146.37115.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=28.45%
G=32.64%
B=38.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361561860.270.1600.2721626.663.14
Hex889CBA1B1001Bd81b3f
Octal21023427233200333303377
Binary10001000100111001011101011011100000110111101100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,156,186); }

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

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

 a { background-color: rgb(136,156,186); }

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

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

 span { border-color: rgb(136,156,186); }

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