#8481D9

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

Shades of Moody Blue #8481D9

Tints of Moody Blue #8481D9

Color information

#8481D9 (or 0x8481D9) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and D9. RGB value is (132,129,217). Sum of RGB (Red+Green+Blue) = 132+129+217=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #8481D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481D9 is #7B7E26. Grayscale: #8B8B8B. Windows color (decimal): -8093223 or 14254468. OLE color: 14254468.

HSL color Cylindrical-coordinate representation of color #8481D9: hue angle of 242.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8481D9 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132129217-
CMYK0.390.4100.15
HSL242.05º53.66%67.84%-
HSV(B)242.05º40.55%85.1%-
XYZ29.8925.6269.01-
YUV139.93171.49122.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 217 (85.16% from 255) = 45.40%
R=27.62%
G=26.99%
B=45.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321292170.390.4100.15242.0553.6667.84
Hex8481D927290Ff23644
Octal204201331475101736266104
Binary10000100100000011101100110011110100101111111100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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