Shades of Light Slate Blue #817FFD
Tints of Light Slate Blue #817FFD
RGB
CMYK
RGB Variations
Color information
#817FFD (or 0x817FFD) is known color: Light Slate Blue. HEX triplet: 81, 7F and FD. RGB value is (129,127,253). Sum of RGB (Red+Green+Blue) = 129+127+253=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #817FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FFD is #7E8002. Grayscale: #8D8D8D. Windows color (decimal): -8290307 or 16613249. OLE color: 16613249.
HSL color Cylindrical-coordinate representation of color #817FFD: hue angle of 240.95º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817FFD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 127 | 253 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.01 |
| HSL | 240.95º | 0.97% | 0.75% | - |
| HSV(B) | 240.95º | 0.5% | 0.99% | - |
| XYZ | 34.37 | 26.94 | 96.32 | - |
| YUV | 141.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 253 | 0.49 | 0.50 | 0 | 0.01 | 240.95 | 0.97 | 0.75 |
| Hex | 81 | 7F | FD | 31 | 32 | 0 | 1 | F1 | 61 | 4B |
| Octal | 201 | 177 | 375 | 61 | 62 | 0 | 1 | 361 | 141 | 113 |
| Binary | 10000001 | 1111111 | 11111101 | 110001 | 110010 | 0 | 1 | 11110001 | 1100001 | 1001011 |
Color Harmonies of #817FFD
Complementary color
Monochromatic Colors of #817FFD
Black with #817FFD
Text Example
Text Example
White with #817FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FFD; }
p { color: rgb(129,127,253); }
H1.HeaderClassName
{
color: #817FFD;
}
.AnyTagClassName
{
color: #817FFD;
}
</style>
background-color css
<style>
a { background-color: #817FFD; }
a { background-color: rgb(129,127,253); }
div.DivClassName
{
background-color: #817FFD;
}
.BgClassName
{
background-color: #817FFD;
}
</style>
border-color css
<style>
span { border-color: #817FFD; }
span { border-color: rgb(129,127,253); }
td.TdClassName
{
border-color: #817FFD;
}
.TagClassName
{
border-color: #817FFD;
}
</style>