#889BB5

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

Shades of Rock Blue #889BB5

Tints of Rock Blue #889BB5

Color information

#889BB5 (or 0x889BB5) is unknown color: approx Rock Blue. HEX triplet: 88, 9B and B5. RGB value is (136,155,181). Sum of RGB (Red+Green+Blue) = 136+155+181=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #889BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BB5 is #77644A. Grayscale: #989898. Windows color (decimal): -7824459 or 11901832. OLE color: 11901832.

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

Color convert

RGB136155181-
CMYK0.250.1400.29
HSL214.67º23.32%62.16%-
HSV(B)214.67º24.86%70.98%-
XYZ30.2232.0148.3-
YUV152.28144.21116.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=28.81%
G=32.84%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361551810.250.1400.29214.6723.3262.16
Hex889BB519E01Dd7173e
Octal21023326531160353272776
Binary1000100010011011101101011100111100111011101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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