#8281DD

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

Shades of Moody Blue #8281DD

Tints of Moody Blue #8281DD

Color information

#8281DD (or 0x8281DD) is unknown color: approx Moody Blue. HEX triplet: 82, 81 and DD. RGB value is (130,129,221). Sum of RGB (Red+Green+Blue) = 130+129+221=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #8281DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8281DD is #7D7E22. Grayscale: #8B8B8B. Windows color (decimal): -8224291 or 14516610. OLE color: 14516610.

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

Color convert

RGB130129221-
CMYK0.410.4200.13
HSL240.65º57.5%68.63%-
HSV(B)240.65º41.63%86.67%-
XYZ30.1125.6771.77-
YUV139.79173.83121.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=27.08%
G=26.88%
B=46.04%

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
Decimal1301292210.410.4200.13240.6557.568.63
Hex8281DD292A0Df13a45
Octal202201335515201536172105
Binary10000010100000011101110110100110101001101111100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8281DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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