#889DC0

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

Shades of Rock Blue #889DC0

Tints of Rock Blue #889DC0

Color information

#889DC0 (or 0x889DC0) is unknown color: approx Rock Blue. HEX triplet: 88, 9D and C0. RGB value is (136,157,192). Sum of RGB (Red+Green+Blue) = 136+157+192=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #889DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DC0 is #77623F. Grayscale: #9A9A9A. Windows color (decimal): -7823936 or 12623240. OLE color: 12623240.

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

Color convert

RGB136157192-
CMYK0.290.1800.25
HSL217.5º30.77%64.31%-
HSV(B)217.5º29.17%75.29%-
XYZ31.7233.1554.6-
YUV154.71149.04114.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=28.04%
G=32.37%
B=39.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361571920.290.1800.25217.530.7764.31
Hex889DC01D12019da1f40
Octal210235300352203133237100
Binary100010001001110111000000111011001001100111011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,157,192); }

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

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

 a { background-color: rgb(136,157,192); }

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

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

 span { border-color: rgb(136,157,192); }

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