Shades of Medium Slate Blue #805EF1
Tints of Medium Slate Blue #805EF1
RGB
CMYK
RGB Variations
Color information
#805EF1 (or 0x805EF1) is known color: Medium Slate Blue. HEX triplet: 80, 5E and F1. RGB value is (128,94,241). Sum of RGB (Red+Green+Blue) = 128+94+241=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #805EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805EF1 is #7FA10E. Grayscale: #787878. Windows color (decimal): -8364303 or 15818368. OLE color: 15818368.
HSL color Cylindrical-coordinate representation of color #805EF1: hue angle of 253.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805EF1 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 94 | 241 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.05 |
| HSL | 253.88º | 0.84% | 0.66% | - |
| HSV(B) | 253.88º | 0.61% | 0.95% | - |
| XYZ | 28.78 | 18.95 | 85.36 | - |
| YUV | 120.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 241 | 0.47 | 0.61 | 0 | 0.05 | 253.88 | 0.84 | 0.66 |
| Hex | 80 | 5E | F1 | 2F | 3D | 0 | 5 | FE | 54 | 42 |
| Octal | 200 | 136 | 361 | 57 | 75 | 0 | 5 | 376 | 124 | 102 |
| Binary | 10000000 | 1011110 | 11110001 | 101111 | 111101 | 0 | 101 | 11111110 | 1010100 | 1000010 |
Color Harmonies of #805EF1
Complementary color
Monochromatic Colors of #805EF1
Black with #805EF1
Text Example
Text Example
White with #805EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EF1; }
p { color: rgb(128,94,241); }
H1.HeaderClassName
{
color: #805EF1;
}
.AnyTagClassName
{
color: #805EF1;
}
</style>
background-color css
<style>
a { background-color: #805EF1; }
a { background-color: rgb(128,94,241); }
div.DivClassName
{
background-color: #805EF1;
}
.BgClassName
{
background-color: #805EF1;
}
</style>
border-color css
<style>
span { border-color: #805EF1; }
span { border-color: rgb(128,94,241); }
td.TdClassName
{
border-color: #805EF1;
}
.TagClassName
{
border-color: #805EF1;
}
</style>