#8380D1

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

Shades of Moody Blue #8380D1

Tints of Moody Blue #8380D1

Color information

#8380D1 (or 0x8380D1) is unknown color: approx Moody Blue. HEX triplet: 83, 80 and D1. RGB value is (131,128,209). Sum of RGB (Red+Green+Blue) = 131+128+209=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #8380D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380D1 is #7C7F2E. Grayscale: #898989. Windows color (decimal): -8159023 or 13729923. OLE color: 13729923.

HSL color Cylindrical-coordinate representation of color #8380D1: hue angle of 242.22º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8380D1 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131128209-
CMYK0.370.3900.18
HSL242.22º46.82%66.08%-
HSV(B)242.22º38.76%81.96%-
XYZ28.5924.8763.61-
YUV138.13167.99122.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 209 (82.03% from 255) = 44.66%
R=27.99%
G=27.35%
B=44.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311282090.370.3900.18242.2246.8266.08
Hex8380D12527012f22f42
Octal203200321454702236257102
Binary100000111000000011010001100101100111010010111100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8380D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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