#8381DB

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

Shades of Moody Blue #8381DB

Tints of Moody Blue #8381DB

Color information

#8381DB (or 0x8381DB) is unknown color: approx Moody Blue. HEX triplet: 83, 81 and DB. RGB value is (131,129,219). Sum of RGB (Red+Green+Blue) = 131+129+219=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8381DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381DB is #7C7E24. Grayscale: #8B8B8B. Windows color (decimal): -8158757 or 14385539. OLE color: 14385539.

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

Color convert

RGB131129219-
CMYK0.400.4100.14
HSL241.33º55.56%68.24%-
HSV(B)241.33º41.1%85.88%-
XYZ3025.6470.39-
YUV139.86172.66121.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 219 (85.94% from 255) = 45.72%
R=27.35%
G=26.93%
B=45.72%

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
Decimal1311292190.400.4100.14241.3355.5668.24
Hex8381DB28290Ef13844
Octal203201333505101636170104
Binary10000011100000011101101110100010100101110111100011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8381DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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