#8481DE

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

Shades of Moody Blue #8481DE

Tints of Moody Blue #8481DE

Color information

#8481DE (or 0x8481DE) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and DE. RGB value is (132,129,222). Sum of RGB (Red+Green+Blue) = 132+129+222=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #8481DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DE is #7B7E21. Grayscale: #8C8C8C. Windows color (decimal): -8093218 or 14582148. OLE color: 14582148.

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

Color convert

RGB132129222-
CMYK0.410.4200.13
HSL241.94º58.49%68.82%-
HSV(B)241.94º41.89%87.06%-
XYZ30.5525.8872.49-
YUV140.5173.99121.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=27.33%
G=26.71%
B=45.96%

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
Decimal1321292220.410.4200.13241.9458.4968.82
Hex8481DE292A0Df23a45
Octal204201336515201536272105
Binary10000100100000011101111010100110101001101111100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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