#8283D1

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

Shades of Moody Blue #8283D1

Tints of Moody Blue #8283D1

Color information

#8283D1 (or 0x8283D1) is unknown color: approx Moody Blue. HEX triplet: 82, 83 and D1. RGB value is (130,131,209). Sum of RGB (Red+Green+Blue) = 130+131+209=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #8283D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8283D1 is #7D7C2E. Grayscale: #8B8B8B. Windows color (decimal): -8223791 or 13730690. OLE color: 13730690.

HSL color Cylindrical-coordinate representation of color #8283D1: hue angle of 239.24º 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 #8283D1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130131209-
CMYK0.380.3700.18
HSL239.24º46.2%66.47%-
HSV(B)239.24º37.8%81.96%-
XYZ28.8325.5863.74-
YUV139.59167.17121.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=27.66%
G=27.87%
B=44.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301312090.380.3700.18239.2446.266.47
Hex8283D12625012ef2e42
Octal202203321464502235756102
Binary100000101000001111010001100110100101010010111011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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