Shades of Medium Slate Blue #805DF7
Tints of Medium Slate Blue #805DF7
RGB
CMYK
RGB Variations
Color information
#805DF7 (or 0x805DF7) is known color: Medium Slate Blue. HEX triplet: 80, 5D and F7. RGB value is (128,93,247). Sum of RGB (Red+Green+Blue) = 128+93+247=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #805DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DF7 is #7FA208. Grayscale: #787878. Windows color (decimal): -8364553 or 16211328. OLE color: 16211328.
HSL color Cylindrical-coordinate representation of color #805DF7: hue angle of 253.64º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805DF7 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 93 | 247 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.03 |
| HSL | 253.64º | 0.91% | 0.67% | - |
| HSV(B) | 253.64º | 0.62% | 0.97% | - |
| XYZ | 29.6 | 19.13 | 90.13 | - |
| YUV | 121.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 247 | 0.48 | 0.62 | 0 | 0.03 | 253.64 | 0.91 | 0.67 |
| Hex | 80 | 5D | F7 | 30 | 3E | 0 | 3 | FE | 5B | 43 |
| Octal | 200 | 135 | 367 | 60 | 76 | 0 | 3 | 376 | 133 | 103 |
| Binary | 10000000 | 1011101 | 11110111 | 110000 | 111110 | 0 | 11 | 11111110 | 1011011 | 1000011 |
Color Harmonies of #805DF7
Complementary color
Monochromatic Colors of #805DF7
Black with #805DF7
Text Example
Text Example
White with #805DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DF7; }
p { color: rgb(128,93,247); }
H1.HeaderClassName
{
color: #805DF7;
}
.AnyTagClassName
{
color: #805DF7;
}
</style>
background-color css
<style>
a { background-color: #805DF7; }
a { background-color: rgb(128,93,247); }
div.DivClassName
{
background-color: #805DF7;
}
.BgClassName
{
background-color: #805DF7;
}
</style>
border-color css
<style>
span { border-color: #805DF7; }
span { border-color: rgb(128,93,247); }
td.TdClassName
{
border-color: #805DF7;
}
.TagClassName
{
border-color: #805DF7;
}
</style>