#8889BE

Color #8889BE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8889BE

Tints of Moody Blue #8889BE

Color information

#8889BE (or 0x8889BE) is unknown color: approx Moody Blue. HEX triplet: 88, 89 and BE. RGB value is (136,137,190). Sum of RGB (Red+Green+Blue) = 136+137+190=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #8889BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889BE is #777641. Grayscale: #8E8E8E. Windows color (decimal): -7829058 or 12487048. OLE color: 12487048.

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

Color convert

RGB136137190-
CMYK0.280.2800.25
HSL238.89º29.35%63.92%-
HSV(B)238.89º28.42%74.51%-
XYZ28.3926.8452.4-
YUV142.74154.67123.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=29.37%
G=29.59%
B=41.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361371900.280.2800.25238.8929.3563.92
Hex8889BE1C1C019ef1d40
Octal210211276343403135735100
Binary100010001000100110111110111001110001100111101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8889BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8889BE; }

 p { color: rgb(136,137,190); }

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

<style>
 a { background-color: #8889BE; }

 a { background-color: rgb(136,137,190); }

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

<style>
 span { border-color: #8889BE; }

 span { border-color: rgb(136,137,190); }

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