#8282D1

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

Shades of Moody Blue #8282D1

Tints of Moody Blue #8282D1

Color information

#8282D1 (or 0x8282D1) is unknown color: approx Moody Blue. HEX triplet: 82, 82 and D1. RGB value is (130,130,209). Sum of RGB (Red+Green+Blue) = 130+130+209=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #8282D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282D1 is #7D7D2E. Grayscale: #8A8A8A. Windows color (decimal): -8224047 or 13730434. OLE color: 13730434.

HSL color Cylindrical-coordinate representation of color #8282D1: hue angle of 240º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8282D1 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130130209-
CMYK0.380.3800.18
HSL240º46.2%66.47%-
HSV(B)240º37.8%81.96%-
XYZ28.725.3163.7-
YUV139.01167.5121.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=27.72%
G=27.72%
B=44.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301302090.380.3800.1824046.266.47
Hex8282D12626012f02e42
Octal202202321464602236056102
Binary100000101000001011010001100110100110010010111100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8282D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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