#889EBA

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

Shades of Rock Blue #889EBA

Tints of Rock Blue #889EBA

Color information

#889EBA (or 0x889EBA) is unknown color: approx Rock Blue. HEX triplet: 88, 9E and BA. RGB value is (136,158,186). Sum of RGB (Red+Green+Blue) = 136+158+186=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #889EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EBA is #776145. Grayscale: #9A9A9A. Windows color (decimal): -7823686 or 12230280. OLE color: 12230280.

HSL color Cylindrical-coordinate representation of color #889EBA: hue angle of 213.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889EBA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136158186-
CMYK0.270.1500.27
HSL213.6º26.6%63.14%-
HSV(B)213.6º26.88%72.94%-
XYZ31.2433.2351.22-
YUV154.61145.71114.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=28.33%
G=32.92%
B=38.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361581860.270.1500.27213.626.663.14
Hex889EBA1BF01Bd61b3f
Octal21023627233170333263377
Binary1000100010011110101110101101111110110111101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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