#8282DC

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

Shades of Moody Blue #8282DC

Tints of Moody Blue #8282DC

Color information

#8282DC (or 0x8282DC) is unknown color: approx Moody Blue. HEX triplet: 82, 82 and DC. RGB value is (130,130,220). Sum of RGB (Red+Green+Blue) = 130+130+220=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #8282DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282DC is #7D7D23. Grayscale: #8B8B8B. Windows color (decimal): -8224036 or 14451330. OLE color: 14451330.

HSL color Cylindrical-coordinate representation of color #8282DC: hue angle of 240º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8282DC is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130130220-
CMYK0.410.4100.14
HSL240º56.25%68.63%-
HSV(B)240º40.91%86.27%-
XYZ30.1125.8871.12-
YUV140.26173120.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=27.08%
G=27.08%
B=45.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301302200.410.4100.1424056.2568.63
Hex8282DC29290Ef03845
Octal202202334515101636070105
Binary10000010100000101101110010100110100101110111100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8282DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8282DC; }

 p { color: rgb(130,130,220); }

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

<style>
 a { background-color: #8282DC; }

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

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

<style>
 span { border-color: #8282DC; }

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

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