#889EC1

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

Shades of Rock Blue #889EC1

Tints of Rock Blue #889EC1

Color information

#889EC1 (or 0x889EC1) is unknown color: approx Rock Blue. HEX triplet: 88, 9E and C1. RGB value is (136,158,193). Sum of RGB (Red+Green+Blue) = 136+158+193=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #889EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EC1 is #77613E. Grayscale: #9B9B9B. Windows color (decimal): -7823679 or 12689032. OLE color: 12689032.

HSL color Cylindrical-coordinate representation of color #889EC1: hue angle of 216.84º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889EC1 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136158193-
CMYK0.300.1800.24
HSL216.84º31.49%64.51%-
HSV(B)216.84º29.53%75.69%-
XYZ32.0133.5455.24-
YUV155.41149.21114.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=27.93%
G=32.44%
B=39.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361581930.300.1800.24216.8431.4964.51
Hex889EC11E12018d91f41
Octal210236301362203033137101
Binary100010001001111011000001111101001001100011011001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,158,193); }

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

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

 a { background-color: rgb(136,158,193); }

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

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

 span { border-color: rgb(136,158,193); }

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