#8989CE

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

Shades of Moody Blue #8989CE

Tints of Moody Blue #8989CE

Color information

#8989CE (or 0x8989CE) is unknown color: approx Moody Blue. HEX triplet: 89, 89 and CE. RGB value is (137,137,206). Sum of RGB (Red+Green+Blue) = 137+137+206=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #8989CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8989CE is #767631. Grayscale: #909090. Windows color (decimal): -7763506 or 13535625. OLE color: 13535625.

HSL color Cylindrical-coordinate representation of color #8989CE: hue angle of 240º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8989CE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137137206-
CMYK0.330.3300.19
HSL240º41.32%67.25%-
HSV(B)240º33.5%80.78%-
XYZ30.427.6762.13-
YUV144.87162.5122.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.54%
GREEN value IS 137 (53.91% from 255) = 28.54%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=28.54%
G=28.54%
B=42.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371372060.330.3300.1924041.3267.25
Hex8989CE2121013f02943
Octal211211316414102336051103
Binary100010011000100111001110100001100001010011111100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8989CE; }

 p { color: rgb(137,137,206); }

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

<style>
 a { background-color: #8989CE; }

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

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

<style>
 span { border-color: #8989CE; }

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

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