#889AB4

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

Shades of Rock Blue #889AB4

Tints of Rock Blue #889AB4

Color information

#889AB4 (or 0x889AB4) is unknown color: approx Rock Blue. HEX triplet: 88, 9A and B4. RGB value is (136,154,180). Sum of RGB (Red+Green+Blue) = 136+154+180=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #889AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AB4 is #77654B. Grayscale: #979797. Windows color (decimal): -7824716 or 11836040. OLE color: 11836040.

HSL color Cylindrical-coordinate representation of color #889AB4: hue angle of 215.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889AB4 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136154180-
CMYK0.240.1400.29
HSL215.45º22.68%61.96%-
HSV(B)215.45º24.44%70.59%-
XYZ29.9531.6447.71-
YUV151.58144.04116.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.94%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=28.94%
G=32.77%
B=38.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361541800.240.1400.29215.4522.6861.96
Hex889AB418E01Dd7173e
Octal21023226430160353272776
Binary1000100010011010101101001100011100111011101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,154,180); }

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

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

 a { background-color: rgb(136,154,180); }

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

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

 span { border-color: rgb(136,154,180); }

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