#889EBC

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

Shades of Rock Blue #889EBC

Tints of Rock Blue #889EBC

Color information

#889EBC (or 0x889EBC) is unknown color: approx Rock Blue. HEX triplet: 88, 9E and BC. RGB value is (136,158,188). Sum of RGB (Red+Green+Blue) = 136+158+188=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #889EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EBC is #776143. Grayscale: #9A9A9A. Windows color (decimal): -7823684 or 12361352. OLE color: 12361352.

HSL color Cylindrical-coordinate representation of color #889EBC: hue angle of 214.62º degrees, saturation: 0.28, 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 #889EBC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136158188-
CMYK0.280.1600.26
HSL214.62º27.96%63.53%-
HSV(B)214.62º27.66%73.73%-
XYZ31.4633.3252.35-
YUV154.84146.71114.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=28.22%
G=32.78%
B=39.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361581880.280.1600.26214.6227.9663.53
Hex889EBC1C1001Ad71c40
Octal210236274342003232734100
Binary100010001001111010111100111001000001101011010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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