#8379de

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

Shades of Moody Blue #8379DE

Tints of Moody Blue #8379DE

Color information

#8379DE (or 0x8379DE) is unknown color: approx Moody Blue. HEX triplet: 83, 79 and DE. RGB value is (131,121,222). Sum of RGB (Red+Green+Blue) = 131+121+222=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #8379DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379DE is #7C8621. Grayscale: #878787. Windows color (decimal): -8160802 or 14580099. OLE color: 14580099.

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

Color convert

RGB131121222-
CMYK0.410.4500.13
HSL245.94º60.48%67.25%-
HSV(B)245.94º45.5%87.06%-
XYZ29.3823.7772.15-
YUV135.5176.81124.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 222 (87.11% from 255) = 46.84%
R=27.64%
G=25.53%
B=46.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311212220.410.4500.13245.9460.4867.25
Hex8379DE292D0Df63c43
Octal203171336515501536674103
Binary1000001111110011101111010100110110101101111101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8379de; }

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

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

<style>
 a { background-color: #8379de; }

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

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

<style>
 span { border-color: #8379de; }

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

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