#8479DC

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

Shades of Moody Blue #8479DC

Tints of Moody Blue #8479DC

Color information

#8479DC (or 0x8479DC) is unknown color: approx Moody Blue. HEX triplet: 84, 79 and DC. RGB value is (132,121,220). Sum of RGB (Red+Green+Blue) = 132+121+220=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #8479DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479DC is #7B8623. Grayscale: #878787. Windows color (decimal): -8095268 or 14449028. OLE color: 14449028.

HSL color Cylindrical-coordinate representation of color #8479DC: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8479DC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132121220-
CMYK0.400.4500.14
HSL246.67º58.58%66.86%-
HSV(B)246.67º45%86.27%-
XYZ29.2723.7570.75-
YUV135.58175.64125.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=27.91%
G=25.58%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321212200.400.4500.14246.6758.5866.86
Hex8479DC282D0Ef73b43
Octal204171334505501636773103
Binary1000010011110011101110010100010110101110111101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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