#8280DD

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

Shades of Moody Blue #8280DD

Tints of Moody Blue #8280DD

Color information

#8280DD (or 0x8280DD) is unknown color: approx Moody Blue. HEX triplet: 82, 80 and DD. RGB value is (130,128,221). Sum of RGB (Red+Green+Blue) = 130+128+221=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #8280DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280DD is #7D7F22. Grayscale: #8A8A8A. Windows color (decimal): -8224547 or 14516354. OLE color: 14516354.

HSL color Cylindrical-coordinate representation of color #8280DD: hue angle of 241.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8280DD is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130128221-
CMYK0.410.4200.13
HSL241.29º57.76%68.43%-
HSV(B)241.29º42.08%86.67%-
XYZ29.9825.471.73-
YUV139.2174.16121.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=27.14%
G=26.72%
B=46.14%

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
Decimal1301282210.410.4200.13241.2957.7668.43
Hex8280DD292A0Df13a44
Octal202200335515201536172104
Binary10000010100000001101110110100110101001101111100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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