Shades of Light Slate Blue #817DFE
Tints of Light Slate Blue #817DFE
RGB
CMYK
RGB Variations
Color information
#817DFE (or 0x817DFE) is known color: Light Slate Blue. HEX triplet: 81, 7D and FE. RGB value is (129,125,254). Sum of RGB (Red+Green+Blue) = 129+125+254=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #817DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DFE is #7E8201. Grayscale: #8C8C8C. Windows color (decimal): -8290818 or 16678273. OLE color: 16678273.
HSL color Cylindrical-coordinate representation of color #817DFE: hue angle of 241.86º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #817DFE is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 125 | 254 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.00 |
| HSL | 241.86º | 0.98% | 0.74% | - |
| HSV(B) | 241.86º | 0.51% | 1% | - |
| XYZ | 34.28 | 26.49 | 97.07 | - |
| YUV | 140.9 | 191.83 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 254 | 0.49 | 0.51 | 0 | 0.00 | 241.86 | 0.98 | 0.74 |
| Hex | 81 | 7D | FE | 31 | 33 | 0 | 0 | F2 | 62 | 4A |
| Octal | 201 | 175 | 376 | 61 | 63 | 0 | 0 | 362 | 142 | 112 |
| Binary | 10000001 | 1111101 | 11111110 | 110001 | 110011 | 0 | 0 | 11110010 | 1100010 | 1001010 |
Color Harmonies of #817DFE
Complementary color
Monochromatic Colors of #817DFE
Black with #817DFE
Text Example
Text Example
White with #817DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DFE; }
p { color: rgb(129,125,254); }
H1.HeaderClassName
{
color: #817DFE;
}
.AnyTagClassName
{
color: #817DFE;
}
</style>
background-color css
<style>
a { background-color: #817DFE; }
a { background-color: rgb(129,125,254); }
div.DivClassName
{
background-color: #817DFE;
}
.BgClassName
{
background-color: #817DFE;
}
</style>
border-color css
<style>
span { border-color: #817DFE; }
span { border-color: rgb(129,125,254); }
td.TdClassName
{
border-color: #817DFE;
}
.TagClassName
{
border-color: #817DFE;
}
</style>