#8280DE

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

Shades of Moody Blue #8280DE

Tints of Moody Blue #8280DE

Color information

#8280DE (or 0x8280DE) is unknown color: approx Moody Blue. HEX triplet: 82, 80 and DE. RGB value is (130,128,222). Sum of RGB (Red+Green+Blue) = 130+128+222=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #8280DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280DE is #7D7F21. Grayscale: #8A8A8A. Windows color (decimal): -8224546 or 14581890. OLE color: 14581890.

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

Color convert

RGB130128222-
CMYK0.410.4200.13
HSL241.28º58.75%68.63%-
HSV(B)241.28º42.34%87.06%-
XYZ30.1125.4672.43-
YUV139.31174.66121.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=27.08%
G=26.67%
B=46.25%

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
Decimal1301282220.410.4200.13241.2858.7568.63
Hex8280DE292A0Df13b45
Octal202200336515201536173105
Binary10000010100000001101111010100110101001101111100011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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