#8481D8

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

Shades of Moody Blue #8481D8

Tints of Moody Blue #8481D8

Color information

#8481D8 (or 0x8481D8) is unknown color: approx Moody Blue. HEX triplet: 84, 81 and D8. RGB value is (132,129,216). Sum of RGB (Red+Green+Blue) = 132+129+216=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #8481D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481D8 is #7B7E27. Grayscale: #8B8B8B. Windows color (decimal): -8093224 or 14188932. OLE color: 14188932.

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

Color convert

RGB132129216-
CMYK0.390.4000.15
HSL242.07º52.73%67.65%-
HSV(B)242.07º40.28%84.71%-
XYZ29.7625.5668.33-
YUV139.82170.99122.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=27.67%
G=27.04%
B=45.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321292160.390.4000.15242.0752.7367.65
Hex8481D827280Ff23544
Octal204201330475001736265104
Binary10000100100000011101100010011110100001111111100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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