#8982CE

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

Shades of Moody Blue #8982CE

Tints of Moody Blue #8982CE

Color information

#8982CE (or 0x8982CE) is unknown color: approx Moody Blue. HEX triplet: 89, 82 and CE. RGB value is (137,130,206). Sum of RGB (Red+Green+Blue) = 137+130+206=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8982CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982CE is #767D31. Grayscale: #8C8C8C. Windows color (decimal): -7765298 or 13533833. OLE color: 13533833.

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

Color convert

RGB137130206-
CMYK0.330.3700.19
HSL245.53º43.68%65.88%-
HSV(B)245.53º36.89%80.78%-
XYZ29.4425.7461.81-
YUV140.76164.82125.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=28.96%
G=27.48%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371302060.330.3700.19245.5343.6865.88
Hex8982CE2125013f62c42
Octal211202316414502336654102
Binary100010011000001011001110100001100101010011111101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8982CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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