#8283DB

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

Shades of Moody Blue #8283DB

Tints of Moody Blue #8283DB

Color information

#8283DB (or 0x8283DB) is unknown color: approx Moody Blue. HEX triplet: 82, 83 and DB. RGB value is (130,131,219). Sum of RGB (Red+Green+Blue) = 130+131+219=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8283DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8283DB is #7D7C24. Grayscale: #8C8C8C. Windows color (decimal): -8223781 or 14386050. OLE color: 14386050.

HSL color Cylindrical-coordinate representation of color #8283DB: hue angle of 239.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8283DB is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130131219-
CMYK0.410.4000.14
HSL239.33º55.28%68.43%-
HSV(B)239.33º40.64%85.88%-
XYZ30.1126.0970.47-
YUV140.73172.17120.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 219 (85.94% from 255) = 45.62%
R=27.08%
G=27.29%
B=45.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301312190.410.4000.14239.3355.2868.43
Hex8283DB29280Eef3744
Octal202203333515001635767104
Binary10000010100000111101101110100110100001110111011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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