#889ABE

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

Shades of Rock Blue #889ABE

Tints of Rock Blue #889ABE

Color information

#889ABE (or 0x889ABE) is unknown color: approx Rock Blue. HEX triplet: 88, 9A and BE. RGB value is (136,154,190). Sum of RGB (Red+Green+Blue) = 136+154+190=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #889ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ABE is #776541. Grayscale: #989898. Windows color (decimal): -7824706 or 12491400. OLE color: 12491400.

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

Color convert

RGB136154190-
CMYK0.280.1900.25
HSL220º29.35%63.92%-
HSV(B)220º28.42%74.51%-
XYZ3132.0653.27-
YUV152.72149.04116.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=28.33%
G=32.08%
B=39.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361541900.280.1900.2522029.3563.92
Hex889ABE1C13019dc1d40
Octal210232276342303133435100
Binary100010001001101010111110111001001101100111011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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