#807ED5

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

Shades of Moody Blue #807ED5

Tints of Moody Blue #807ED5

Color information

#807ED5 (or 0x807ED5) is unknown color: approx Moody Blue. HEX triplet: 80, 7E and D5. RGB value is (128,126,213). Sum of RGB (Red+Green+Blue) = 128+126+213=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #807ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ED5 is #7F812A. Grayscale: #888888. Windows color (decimal): -8356139 or 13991552. OLE color: 13991552.

HSL color Cylindrical-coordinate representation of color #807ED5: hue angle of 241.38º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #807ED5 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128126213-
CMYK0.400.4100.16
HSL241.38º50.88%66.47%-
HSV(B)241.38º40.85%83.53%-
XYZ28.3724.3266.15-
YUV136.52171.16121.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 213 (83.59% from 255) = 45.61%
R=27.41%
G=26.98%
B=45.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281262130.400.4100.16241.3850.8866.47
Hex807ED52829010f13342
Octal200176325505102036163102
Binary10000000111111011010101101000101001010000111100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807ED5; }

 p { color: rgb(128,126,213); }

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

<style>
 a { background-color: #807ED5; }

 a { background-color: rgb(128,126,213); }

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

<style>
 span { border-color: #807ED5; }

 span { border-color: rgb(128,126,213); }

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