#8377DE

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

Shades of Moody Blue #8377DE

Tints of Moody Blue #8377DE

Color information

#8377DE (or 0x8377DE) is unknown color: approx Moody Blue. HEX triplet: 83, 77 and DE. RGB value is (131,119,222). Sum of RGB (Red+Green+Blue) = 131+119+222=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #8377DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8377DE is #7C8821. Grayscale: #858585. Windows color (decimal): -8161314 or 14579587. OLE color: 14579587.

HSL color Cylindrical-coordinate representation of color #8377DE: hue angle of 246.99º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8377DE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131119222-
CMYK0.410.4600.13
HSL246.99º60.95%66.86%-
HSV(B)246.99º46.4%87.06%-
XYZ29.1423.2972.07-
YUV134.33177.48125.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 222 (87.11% from 255) = 47.03%
R=27.75%
G=25.21%
B=47.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311192220.410.4600.13246.9960.9566.86
Hex8377DE292E0Df73d43
Octal203167336515601536775103
Binary1000001111101111101111010100110111001101111101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8377DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8377DE; }

 p { color: rgb(131,119,222); }

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

<style>
 a { background-color: #8377DE; }

 a { background-color: rgb(131,119,222); }

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

<style>
 span { border-color: #8377DE; }

 span { border-color: rgb(131,119,222); }

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