#889CBD

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

Shades of Rock Blue #889CBD

Tints of Rock Blue #889CBD

Color information

#889CBD (or 0x889CBD) is unknown color: approx Rock Blue. HEX triplet: 88, 9C and BD. RGB value is (136,156,189). Sum of RGB (Red+Green+Blue) = 136+156+189=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #889CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CBD is #776342. Grayscale: #999999. Windows color (decimal): -7824195 or 12426376. OLE color: 12426376.

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

Color convert

RGB136156189-
CMYK0.280.1700.26
HSL217.36º28.65%63.73%-
HSV(B)217.36º28.04%74.12%-
XYZ31.2332.6952.81-
YUV153.78147.87115.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=28.27%
G=32.43%
B=39.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361561890.280.1700.26217.3628.6563.73
Hex889CBD1C1101Ad91d40
Octal210234275342103233135100
Binary100010001001110010111101111001000101101011011001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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