Shades of Light Slate Blue #817FED
Tints of Light Slate Blue #817FED
RGB
CMYK
RGB Variations
Color information
#817FED (or 0x817FED) is known color: Light Slate Blue. HEX triplet: 81, 7F and ED. RGB value is (129,127,237). Sum of RGB (Red+Green+Blue) = 129+127+237=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #817FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FED is #7E8012. Grayscale: #8B8B8B. Windows color (decimal): -8290323 or 15564673. OLE color: 15564673.
HSL color Cylindrical-coordinate representation of color #817FED: hue angle of 241.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #817FED is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 127 | 237 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.07 |
| HSL | 241.09º | 0.75% | 0.71% | - |
| HSV(B) | 241.09º | 0.46% | 0.93% | - |
| XYZ | 31.93 | 25.96 | 83.45 | - |
| YUV | 140.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 237 | 0.46 | 0.46 | 0 | 0.07 | 241.09 | 0.75 | 0.71 |
| Hex | 81 | 7F | ED | 2E | 2E | 0 | 7 | F1 | 4B | 47 |
| Octal | 201 | 177 | 355 | 56 | 56 | 0 | 7 | 361 | 113 | 107 |
| Binary | 10000001 | 1111111 | 11101101 | 101110 | 101110 | 0 | 111 | 11110001 | 1001011 | 1000111 |
Color Harmonies of #817FED
Complementary color
Monochromatic Colors of #817FED
Black with #817FED
Text Example
Text Example
White with #817FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FED; }
p { color: rgb(129,127,237); }
H1.HeaderClassName
{
color: #817FED;
}
.AnyTagClassName
{
color: #817FED;
}
</style>
background-color css
<style>
a { background-color: #817FED; }
a { background-color: rgb(129,127,237); }
div.DivClassName
{
background-color: #817FED;
}
.BgClassName
{
background-color: #817FED;
}
</style>
border-color css
<style>
span { border-color: #817FED; }
span { border-color: rgb(129,127,237); }
td.TdClassName
{
border-color: #817FED;
}
.TagClassName
{
border-color: #817FED;
}
</style>