Shades of Light Slate Blue #817AF5
Tints of Light Slate Blue #817AF5
RGB
CMYK
RGB Variations
Color information
#817AF5 (or 0x817AF5) is known color: Light Slate Blue. HEX triplet: 81, 7A and F5. RGB value is (129,122,245). Sum of RGB (Red+Green+Blue) = 129+122+245=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #817AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817AF5 is #7E850A. Grayscale: #898989. Windows color (decimal): -8291595 or 16087681. OLE color: 16087681.
HSL color Cylindrical-coordinate representation of color #817AF5: hue angle of 243.41º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817AF5 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 122 | 245 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.04 |
| HSL | 243.41º | 0.86% | 0.72% | - |
| HSV(B) | 243.41º | 0.5% | 0.96% | - |
| XYZ | 32.49 | 25.18 | 89.53 | - |
| YUV | 138.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 245 | 0.47 | 0.50 | 0 | 0.04 | 243.41 | 0.86 | 0.72 |
| Hex | 81 | 7A | F5 | 2F | 32 | 0 | 4 | F3 | 56 | 48 |
| Octal | 201 | 172 | 365 | 57 | 62 | 0 | 4 | 363 | 126 | 110 |
| Binary | 10000001 | 1111010 | 11110101 | 101111 | 110010 | 0 | 100 | 11110011 | 1010110 | 1001000 |
Color Harmonies of #817AF5
Complementary color
Monochromatic Colors of #817AF5
Black with #817AF5
Text Example
Text Example
White with #817AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817AF5; }
p { color: rgb(129,122,245); }
H1.HeaderClassName
{
color: #817AF5;
}
.AnyTagClassName
{
color: #817AF5;
}
</style>
background-color css
<style>
a { background-color: #817AF5; }
a { background-color: rgb(129,122,245); }
div.DivClassName
{
background-color: #817AF5;
}
.BgClassName
{
background-color: #817AF5;
}
</style>
border-color css
<style>
span { border-color: #817AF5; }
span { border-color: rgb(129,122,245); }
td.TdClassName
{
border-color: #817AF5;
}
.TagClassName
{
border-color: #817AF5;
}
</style>