Shades of Light Slate Blue #817AF1
Tints of Light Slate Blue #817AF1
RGB
CMYK
RGB Variations
Color information
#817AF1 (or 0x817AF1) is known color: Light Slate Blue. HEX triplet: 81, 7A and F1. RGB value is (129,122,241). Sum of RGB (Red+Green+Blue) = 129+122+241=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #817AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817AF1 is #7E850E. Grayscale: #898989. Windows color (decimal): -8291599 or 15825537. OLE color: 15825537.
HSL color Cylindrical-coordinate representation of color #817AF1: hue angle of 243.53º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817AF1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 122 | 241 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.05 |
| HSL | 243.53º | 0.81% | 0.71% | - |
| HSV(B) | 243.53º | 0.49% | 0.95% | - |
| XYZ | 31.89 | 24.94 | 86.35 | - |
| YUV | 137.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 241 | 0.46 | 0.49 | 0 | 0.05 | 243.53 | 0.81 | 0.71 |
| Hex | 81 | 7A | F1 | 2E | 31 | 0 | 5 | F4 | 51 | 47 |
| Octal | 201 | 172 | 361 | 56 | 61 | 0 | 5 | 364 | 121 | 107 |
| Binary | 10000001 | 1111010 | 11110001 | 101110 | 110001 | 0 | 101 | 11110100 | 1010001 | 1000111 |
Color Harmonies of #817AF1
Complementary color
Monochromatic Colors of #817AF1
Black with #817AF1
Text Example
Text Example
White with #817AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AF1; }
p { color: rgb(129,122,241); }
H1.HeaderClassName
{
color: #817AF1;
}
.AnyTagClassName
{
color: #817AF1;
}
</style>
background-color css
<style>
a { background-color: #817AF1; }
a { background-color: rgb(129,122,241); }
div.DivClassName
{
background-color: #817AF1;
}
.BgClassName
{
background-color: #817AF1;
}
</style>
border-color css
<style>
span { border-color: #817AF1; }
span { border-color: rgb(129,122,241); }
td.TdClassName
{
border-color: #817AF1;
}
.TagClassName
{
border-color: #817AF1;
}
</style>