#8481DC

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

Shades of Moody Blue #8481DC

Tints of Moody Blue #8481DC

Color information

#8481DC (or 0x8481DC) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and DC. RGB value is (132,129,220). Sum of RGB (Red+Green+Blue) = 132+129+220=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8481DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DC is #7B7E23. Grayscale: #8B8B8B. Windows color (decimal): -8093220 or 14451076. OLE color: 14451076.

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

Color convert

RGB132129220-
CMYK0.400.4100.14
HSL241.98º56.52%68.43%-
HSV(B)241.98º41.36%86.27%-
XYZ30.2825.7771.09-
YUV140.27172.99122.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=27.44%
G=26.82%
B=45.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321292200.400.4100.14241.9856.5268.43
Hex8481DC28290Ef23944
Octal204201334505101636271104
Binary10000100100000011101110010100010100101110111100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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