#8382DB

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

Shades of Moody Blue #8382DB

Tints of Moody Blue #8382DB

Color information

#8382DB (or 0x8382DB) is unknown color: approx Moody Blue. HEX triplet: 83, 82 and DB. RGB value is (131,130,219). Sum of RGB (Red+Green+Blue) = 131+130+219=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 130 (51.17% from 255 or 27.08% 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 #8382DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382DB is #7C7D24. Grayscale: #8C8C8C. Windows color (decimal): -8158501 or 14385795. OLE color: 14385795.

HSL color Cylindrical-coordinate representation of color #8382DB: hue angle of 240.67º 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 #8382DB is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131130219-
CMYK0.400.4100.14
HSL240.67º55.28%68.43%-
HSV(B)240.67º40.64%85.88%-
XYZ30.1325.9170.43-
YUV140.44172.33121.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311302190.400.4100.14240.6755.2868.43
Hex8382DB28290Ef13744
Octal203202333505101636167104
Binary10000011100000101101101110100010100101110111100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8382DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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