Shades of Medium Slate Blue #817FEB
Tints of Medium Slate Blue #817FEB
RGB
CMYK
RGB Variations
Color information
#817FEB (or 0x817FEB) is known color: Medium Slate Blue. HEX triplet: 81, 7F and EB. RGB value is (129,127,235). Sum of RGB (Red+Green+Blue) = 129+127+235=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #817FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FEB is #7E8014. Grayscale: #8B8B8B. Windows color (decimal): -8290325 or 15433601. OLE color: 15433601.
HSL color Cylindrical-coordinate representation of color #817FEB: hue angle of 241.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #817FEB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 127 | 235 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.08 |
| HSL | 241.11º | 0.73% | 0.71% | - |
| HSV(B) | 241.11º | 0.46% | 0.92% | - |
| XYZ | 31.64 | 25.84 | 81.92 | - |
| YUV | 139.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 235 | 0.45 | 0.46 | 0 | 0.08 | 241.11 | 0.73 | 0.71 |
| Hex | 81 | 7F | EB | 2D | 2E | 0 | 8 | F1 | 49 | 47 |
| Octal | 201 | 177 | 353 | 55 | 56 | 0 | 10 | 361 | 111 | 107 |
| Binary | 10000001 | 1111111 | 11101011 | 101101 | 101110 | 0 | 1000 | 11110001 | 1001001 | 1000111 |
Color Harmonies of #817FEB
Complementary color
Monochromatic Colors of #817FEB
Black with #817FEB
Text Example
Text Example
White with #817FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FEB; }
p { color: rgb(129,127,235); }
H1.HeaderClassName
{
color: #817FEB;
}
.AnyTagClassName
{
color: #817FEB;
}
</style>
background-color css
<style>
a { background-color: #817FEB; }
a { background-color: rgb(129,127,235); }
div.DivClassName
{
background-color: #817FEB;
}
.BgClassName
{
background-color: #817FEB;
}
</style>
border-color css
<style>
span { border-color: #817FEB; }
span { border-color: rgb(129,127,235); }
td.TdClassName
{
border-color: #817FEB;
}
.TagClassName
{
border-color: #817FEB;
}
</style>