#8988BE

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

Shades of Moody Blue #8988BE

Tints of Moody Blue #8988BE

Color information

#8988BE (or 0x8988BE) is unknown color: approx Moody Blue. HEX triplet: 89, 88 and BE. RGB value is (137,136,190). Sum of RGB (Red+Green+Blue) = 137+136+190=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 136 (53.52% from 255 or 29.37% 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 #8988BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988BE is #767741. Grayscale: #8E8E8E. Windows color (decimal): -7763778 or 12486793. OLE color: 12486793.

HSL color Cylindrical-coordinate representation of color #8988BE: hue angle of 241.11º 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 #8988BE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137136190-
CMYK0.280.2800.25
HSL241.11º29.35%63.92%-
HSV(B)241.11º28.42%74.51%-
XYZ28.4126.6452.36-
YUV142.45154.83124.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.59%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=29.59%
G=29.37%
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
Decimal1371361900.280.2800.25241.1129.3563.92
Hex8988BE1C1C019f11d40
Octal211210276343403136135100
Binary100010011000100010111110111001110001100111110001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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