#806DEE

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

Shades of Medium Slate Blue #806DEE

Tints of Medium Slate Blue #806DEE

Color information

#806DEE (or 0x806DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6D and EE. RGB value is (128,109,238). Sum of RGB (Red+Green+Blue) = 128+109+238=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #806DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DEE is #7F9211. Grayscale: #808080. Windows color (decimal): -8360466 or 15625600. OLE color: 15625600.

HSL color Cylindrical-coordinate representation of color #806DEE: hue angle of 248.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #806DEE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128109238-
CMYK0.460.5400.07
HSL248.84º79.14%68.04%-
HSV(B)248.84º54.2%93.33%-
XYZ29.821.783.51-
YUV129.39189.29127.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=26.95%
G=22.95%
B=50.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281092380.460.5400.07248.8479.1468.04
Hex806DEE2E3607f94f44
Octal200155356566607371117104
Binary1000000011011011110111010111011011001111111100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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