Shades of Light Slate Blue #817DF1
Tints of Light Slate Blue #817DF1
RGB
CMYK
RGB Variations
Color information
#817DF1 (or 0x817DF1) is known color: Light Slate Blue. HEX triplet: 81, 7D and F1. RGB value is (129,125,241). Sum of RGB (Red+Green+Blue) = 129+125+241=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #817DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DF1 is #7E820E. Grayscale: #8A8A8A. Windows color (decimal): -8290831 or 15826305. OLE color: 15826305.
HSL color Cylindrical-coordinate representation of color #817DF1: hue angle of 242.07º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #817DF1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 125 | 241 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.05 |
| HSL | 242.07º | 0.81% | 0.72% | - |
| HSV(B) | 242.07º | 0.48% | 0.95% | - |
| XYZ | 32.26 | 25.69 | 86.48 | - |
| YUV | 139.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 241 | 0.46 | 0.48 | 0 | 0.05 | 242.07 | 0.81 | 0.72 |
| Hex | 81 | 7D | F1 | 2E | 30 | 0 | 5 | F2 | 51 | 48 |
| Octal | 201 | 175 | 361 | 56 | 60 | 0 | 5 | 362 | 121 | 110 |
| Binary | 10000001 | 1111101 | 11110001 | 101110 | 110000 | 0 | 101 | 11110010 | 1010001 | 1001000 |
Color Harmonies of #817DF1
Complementary color
Monochromatic Colors of #817DF1
Black with #817DF1
Text Example
Text Example
White with #817DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DF1; }
p { color: rgb(129,125,241); }
H1.HeaderClassName
{
color: #817DF1;
}
.AnyTagClassName
{
color: #817DF1;
}
</style>
background-color css
<style>
a { background-color: #817DF1; }
a { background-color: rgb(129,125,241); }
div.DivClassName
{
background-color: #817DF1;
}
.BgClassName
{
background-color: #817DF1;
}
</style>
border-color css
<style>
span { border-color: #817DF1; }
span { border-color: rgb(129,125,241); }
td.TdClassName
{
border-color: #817DF1;
}
.TagClassName
{
border-color: #817DF1;
}
</style>