#8381E0

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

Shades of Moody Blue #8381E0

Tints of Moody Blue #8381E0

Color information

#8381E0 (or 0x8381E0) is unknown color: approx Moody Blue. HEX triplet: 83, 81 and E0. RGB value is (131,129,224). Sum of RGB (Red+Green+Blue) = 131+129+224=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #8381E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381E0 is #7C7E1F. Grayscale: #8C8C8C. Windows color (decimal): -8158752 or 14713219. OLE color: 14713219.

HSL color Cylindrical-coordinate representation of color #8381E0: hue angle of 241.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8381E0 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB131129224-
CMYK0.420.4200.12
HSL241.26º60.51%69.22%-
HSV(B)241.26º42.41%87.84%-
XYZ30.6625.9173.91-
YUV140.43175.16121.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=27.07%
G=26.65%
B=46.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1311292240.420.4200.12241.2660.5169.22
Hex8381E02A2A0Cf13d45
Octal203201340525201436175105
Binary10000011100000011110000010101010101001100111100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8381E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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