#806FDE

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

Shades of Medium Slate Blue #806FDE

Tints of Medium Slate Blue #806FDE

Color information

#806FDE (or 0x806FDE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6F and DE. RGB value is (128,111,222). Sum of RGB (Red+Green+Blue) = 128+111+222=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #806FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FDE is #7F9021. Grayscale: #808080. Windows color (decimal): -8359970 or 14577536. OLE color: 14577536.

HSL color Cylindrical-coordinate representation of color #806FDE: hue angle of 249.19º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806FDE is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128111222-
CMYK0.420.500.13
HSL249.19º62.71%65.29%-
HSV(B)249.19º50%87.06%-
XYZ27.7721.2371.74-
YUV128.74180.63127.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=27.77%
G=24.08%
B=48.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281112220.420.500.13249.1962.7165.29
Hex806FDE2A320Df93f41
Octal200157336526201537177101
Binary1000000011011111101111010101011001001101111110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,222); }

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

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

 a { background-color: rgb(128,111,222); }

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

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

 span { border-color: rgb(128,111,222); }

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