#8481DF

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

Shades of Moody Blue #8481DF

Tints of Moody Blue #8481DF

Color information

#8481DF (or 0x8481DF) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and DF. RGB value is (132,129,223). Sum of RGB (Red+Green+Blue) = 132+129+223=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8481DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DF is #7B7E20. Grayscale: #8C8C8C. Windows color (decimal): -8093217 or 14647684. OLE color: 14647684.

HSL color Cylindrical-coordinate representation of color #8481DF: hue angle of 241.91º degrees, saturation: 0.59, 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 #8481DF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132129223-
CMYK0.410.4200.13
HSL241.91º59.49%69.02%-
HSV(B)241.91º42.15%87.45%-
XYZ30.6925.9373.2-
YUV140.61174.49121.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.27%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=27.27%
G=26.65%
B=46.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321292230.410.4200.13241.9159.4969.02
Hex8481DF292A0Df23b45
Octal204201337515201536273105
Binary10000100100000011101111110100110101001101111100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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