Shades of Medium Slate Blue #817BEE
Tints of Medium Slate Blue #817BEE
RGB
CMYK
RGB Variations
Color information
#817BEE (or 0x817BEE) is known color: Medium Slate Blue. HEX triplet: 81, 7B and EE. RGB value is (129,123,238). Sum of RGB (Red+Green+Blue) = 129+123+238=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #817BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817BEE is #7E8411. Grayscale: #898989. Windows color (decimal): -8291346 or 15629185. OLE color: 15629185.
HSL color Cylindrical-coordinate representation of color #817BEE: hue angle of 243.13º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #817BEE is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 123 | 238 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.07 |
| HSL | 243.13º | 0.77% | 0.71% | - |
| HSV(B) | 243.13º | 0.48% | 0.93% | - |
| XYZ | 31.57 | 25.01 | 84.05 | - |
| YUV | 137.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 238 | 0.46 | 0.48 | 0 | 0.07 | 243.13 | 0.77 | 0.71 |
| Hex | 81 | 7B | EE | 2E | 30 | 0 | 7 | F3 | 4D | 47 |
| Octal | 201 | 173 | 356 | 56 | 60 | 0 | 7 | 363 | 115 | 107 |
| Binary | 10000001 | 1111011 | 11101110 | 101110 | 110000 | 0 | 111 | 11110011 | 1001101 | 1000111 |
Color Harmonies of #817BEE
Complementary color
Monochromatic Colors of #817BEE
Black with #817BEE
Text Example
Text Example
White with #817BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BEE; }
p { color: rgb(129,123,238); }
H1.HeaderClassName
{
color: #817BEE;
}
.AnyTagClassName
{
color: #817BEE;
}
</style>
background-color css
<style>
a { background-color: #817BEE; }
a { background-color: rgb(129,123,238); }
div.DivClassName
{
background-color: #817BEE;
}
.BgClassName
{
background-color: #817BEE;
}
</style>
border-color css
<style>
span { border-color: #817BEE; }
span { border-color: rgb(129,123,238); }
td.TdClassName
{
border-color: #817BEE;
}
.TagClassName
{
border-color: #817BEE;
}
</style>