Shades of Light Slate Blue #817CF1
Tints of Light Slate Blue #817CF1
RGB
CMYK
RGB Variations
Color information
#817CF1 (or 0x817CF1) is known color: Light Slate Blue. HEX triplet: 81, 7C and F1. RGB value is (129,124,241). Sum of RGB (Red+Green+Blue) = 129+124+241=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #817CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817CF1 is #7E830E. Grayscale: #8A8A8A. Windows color (decimal): -8291087 or 15826049. OLE color: 15826049.
HSL color Cylindrical-coordinate representation of color #817CF1: hue angle of 242.56º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817CF1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 124 | 241 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.05 |
| HSL | 242.56º | 0.81% | 0.72% | - |
| HSV(B) | 242.56º | 0.49% | 0.95% | - |
| XYZ | 32.14 | 25.43 | 86.43 | - |
| YUV | 138.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 241 | 0.46 | 0.49 | 0 | 0.05 | 242.56 | 0.81 | 0.72 |
| Hex | 81 | 7C | F1 | 2E | 31 | 0 | 5 | F3 | 51 | 48 |
| Octal | 201 | 174 | 361 | 56 | 61 | 0 | 5 | 363 | 121 | 110 |
| Binary | 10000001 | 1111100 | 11110001 | 101110 | 110001 | 0 | 101 | 11110011 | 1010001 | 1001000 |
Color Harmonies of #817CF1
Complementary color
Monochromatic Colors of #817CF1
Black with #817CF1
Text Example
Text Example
White with #817CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817CF1; }
p { color: rgb(129,124,241); }
H1.HeaderClassName
{
color: #817CF1;
}
.AnyTagClassName
{
color: #817CF1;
}
</style>
background-color css
<style>
a { background-color: #817CF1; }
a { background-color: rgb(129,124,241); }
div.DivClassName
{
background-color: #817CF1;
}
.BgClassName
{
background-color: #817CF1;
}
</style>
border-color css
<style>
span { border-color: #817CF1; }
span { border-color: rgb(129,124,241); }
td.TdClassName
{
border-color: #817CF1;
}
.TagClassName
{
border-color: #817CF1;
}
</style>