#8379DD

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

Shades of Moody Blue #8379DD

Tints of Moody Blue #8379DD

Color information

#8379DD (or 0x8379DD) is unknown color: approx Moody Blue. HEX triplet: 83, 79 and DD. RGB value is (131,121,221). Sum of RGB (Red+Green+Blue) = 131+121+221=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #8379DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379DD is #7C8622. Grayscale: #878787. Windows color (decimal): -8160803 or 14514563. OLE color: 14514563.

HSL color Cylindrical-coordinate representation of color #8379DD: hue angle of 246º 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 #8379DD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131121221-
CMYK0.410.4500.13
HSL246º59.52%67.06%-
HSV(B)246º45.25%86.67%-
XYZ29.2523.7271.44-
YUV135.39176.31124.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=27.70%
G=25.58%
B=46.72%

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
Decimal1311212210.410.4500.1324659.5267.06
Hex8379DD292D0Df63c43
Octal203171335515501536674103
Binary1000001111110011101110110100110110101101111101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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