#8889BF

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

Shades of Moody Blue #8889BF

Tints of Moody Blue #8889BF

Color information

#8889BF (or 0x8889BF) is unknown color: approx Moody Blue. HEX triplet: 88, 89 and BF. RGB value is (136,137,191). Sum of RGB (Red+Green+Blue) = 136+137+191=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #8889BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889BF is #777640. Grayscale: #8E8E8E. Windows color (decimal): -7829057 or 12552584. OLE color: 12552584.

HSL color Cylindrical-coordinate representation of color #8889BF: hue angle of 238.91º degrees, saturation: 0.3, 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 #8889BF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136137191-
CMYK0.290.2800.25
HSL238.91º30.05%64.12%-
HSV(B)238.91º28.8%74.9%-
XYZ28.526.8952.98-
YUV142.86155.17123.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 191 (75% from 255) = 41.16%
R=29.31%
G=29.53%
B=41.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361371910.290.2800.25238.9130.0564.12
Hex8889BF1D1C019ef1e40
Octal210211277353403135736100
Binary100010001000100110111111111011110001100111101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8889BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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