#806DDF

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

Shades of Medium Slate Blue #806DDF

Tints of Medium Slate Blue #806DDF

Color information

#806DDF (or 0x806DDF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6D and DF. RGB value is (128,109,223). Sum of RGB (Red+Green+Blue) = 128+109+223=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #806DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DDF is #7F9220. Grayscale: #7F7F7F. Windows color (decimal): -8360481 or 14642560. OLE color: 14642560.

HSL color Cylindrical-coordinate representation of color #806DDF: hue angle of 250º 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 #806DDF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128109223-
CMYK0.430.5100.13
HSL250º64.04%65.1%-
HSV(B)250º51.12%87.45%-
XYZ27.6920.8572.38-
YUV127.68181.79128.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=27.83%
G=23.70%
B=48.48%

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
Decimal1281092230.430.5100.1325064.0465.1
Hex806DDF2B330Dfa4041
Octal2001553375363015372100101
Binary10000000110110111011111101011110011011011111101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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