#8479de

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

Shades of Moody Blue #8479DE

Tints of Moody Blue #8479DE

Color information

#8479DE (or 0x8479DE) is unknown color: approx Moody Blue. HEX triplet: 84, 79 and DE. RGB value is (132,121,222). Sum of RGB (Red+Green+Blue) = 132+121+222=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #8479DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479DE is #7B8621. Grayscale: #878787. Windows color (decimal): -8095266 or 14580100. OLE color: 14580100.

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

Color convert

RGB132121222-
CMYK0.410.4500.13
HSL246.53º60.48%67.25%-
HSV(B)246.53º45.5%87.06%-
XYZ29.5423.8572.15-
YUV135.8176.64125.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=27.79%
G=25.47%
B=46.74%

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
Decimal1321212220.410.4500.13246.5360.4867.25
Hex8479DE292D0Df73c43
Octal204171336515501536774103
Binary1000010011110011101111010100110110101101111101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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