#806EDF

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

Shades of Medium Slate Blue #806EDF

Tints of Medium Slate Blue #806EDF

Color information

#806EDF (or 0x806EDF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6E and DF. RGB value is (128,110,223). Sum of RGB (Red+Green+Blue) = 128+110+223=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #806EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EDF is #7F9120. Grayscale: #7F7F7F. Windows color (decimal): -8360225 or 14642816. OLE color: 14642816.

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

Color convert

RGB128110223-
CMYK0.430.5100.13
HSL249.56º63.84%65.29%-
HSV(B)249.56º50.67%87.45%-
XYZ27.821.0772.41-
YUV128.26181.46127.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=27.77%
G=23.86%
B=48.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281102230.430.5100.13249.5663.8465.29
Hex806EDF2B330Dfa4041
Octal2001563375363015372100101
Binary10000000110111011011111101011110011011011111101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,223); }

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

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

 a { background-color: rgb(128,110,223); }

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

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

 span { border-color: rgb(128,110,223); }

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