#8481DD

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

Shades of Moody Blue #8481DD

Tints of Moody Blue #8481DD

Color information

#8481DD (or 0x8481DD) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and DD. RGB value is (132,129,221). Sum of RGB (Red+Green+Blue) = 132+129+221=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8481DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DD is #7B7E22. Grayscale: #8C8C8C. Windows color (decimal): -8093219 or 14516612. OLE color: 14516612.

HSL color Cylindrical-coordinate representation of color #8481DD: hue angle of 241.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8481DD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132129221-
CMYK0.400.4200.13
HSL241.96º57.5%68.63%-
HSV(B)241.96º41.63%86.67%-
XYZ30.4225.8371.79-
YUV140.38173.49122.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=27.39%
G=26.76%
B=45.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321292210.400.4200.13241.9657.568.63
Hex8481DD282A0Df23a45
Octal204201335505201536272105
Binary10000100100000011101110110100010101001101111100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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