#806DE8

Color #806DE8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #806DE8

Tints of Medium Slate Blue #806DE8

Color information

#806DE8 (or 0x806DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6D and E8. RGB value is (128,109,232). Sum of RGB (Red+Green+Blue) = 128+109+232=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #806DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DE8 is #7F9217. Grayscale: #808080. Windows color (decimal): -8360472 or 15232384. OLE color: 15232384.

HSL color Cylindrical-coordinate representation of color #806DE8: hue angle of 249.27º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #806DE8 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128109232-
CMYK0.450.5300.09
HSL249.27º72.78%66.86%-
HSV(B)249.27º53.02%90.98%-
XYZ28.9421.3578.94-
YUV128.7186.29127.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 232 (91.02% from 255) = 49.47%
R=27.29%
G=23.24%
B=49.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281092320.450.5300.09249.2772.7866.86
Hex806DE82D3509f94943
Octal2001553505565011371111103
Binary10000000110110111101000101101110101010011111100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806DE8; }

 p { color: rgb(128,109,232); }

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

<style>
 a { background-color: #806DE8; }

 a { background-color: rgb(128,109,232); }

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

<style>
 span { border-color: #806DE8; }

 span { border-color: rgb(128,109,232); }

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