#805DE7

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

Shades of Medium Slate Blue #805DE7

Tints of Medium Slate Blue #805DE7

Color information

#805DE7 (or 0x805DE7) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5D and E7. RGB value is (128,93,231). Sum of RGB (Red+Green+Blue) = 128+93+231=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #805DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DE7 is #7FA218. Grayscale: #767676. Windows color (decimal): -8364569 or 15162752. OLE color: 15162752.

HSL color Cylindrical-coordinate representation of color #805DE7: hue angle of 255.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805DE7 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12893231-
CMYK0.450.6000.09
HSL255.22º74.19%63.53%-
HSV(B)255.22º59.74%90.59%-
XYZ27.2418.1977.68-
YUV119.2191.1134.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 231 (90.62% from 255) = 51.11%
R=28.32%
G=20.58%
B=51.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128932310.450.6000.09255.2274.1963.53
Hex805DE72D3C09ff4a40
Octal2001353475574011377112100
Binary10000000101110111100111101101111100010011111111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805DE7; }

 p { color: rgb(128,93,231); }

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

<style>
 a { background-color: #805DE7; }

 a { background-color: rgb(128,93,231); }

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

<style>
 span { border-color: #805DE7; }

 span { border-color: rgb(128,93,231); }

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