Shades of Light Slate Blue #817EFC
Tints of Light Slate Blue #817EFC
RGB
CMYK
RGB Variations
Color information
#817EFC (or 0x817EFC) is known color: Light Slate Blue. HEX triplet: 81, 7E and FC. RGB value is (129,126,252). Sum of RGB (Red+Green+Blue) = 129+126+252=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #817EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817EFC is #7E8103. Grayscale: #8C8C8C. Windows color (decimal): -8290564 or 16547457. OLE color: 16547457.
HSL color Cylindrical-coordinate representation of color #817EFC: hue angle of 241.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817EFC is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 126 | 252 | - |
| CMYK | 0.49 | 0.5 | 0 | 0.01 |
| HSL | 241.43º | 0.95% | 0.74% | - |
| HSV(B) | 241.43º | 0.5% | 0.99% | - |
| XYZ | 34.08 | 26.62 | 95.44 | - |
| YUV | 141.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 252 | 0.49 | 0.5 | 0 | 0.01 | 241.43 | 0.95 | 0.74 |
| Hex | 81 | 7E | FC | 31 | 32 | 0 | 1 | F1 | 5F | 4A |
| Octal | 201 | 176 | 374 | 61 | 62 | 0 | 1 | 361 | 137 | 112 |
| Binary | 10000001 | 1111110 | 11111100 | 110001 | 110010 | 0 | 1 | 11110001 | 1011111 | 1001010 |
Color Harmonies of #817EFC
Complementary color
Monochromatic Colors of #817EFC
Black with #817EFC
Text Example
Text Example
White with #817EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817EFC; }
p { color: rgb(129,126,252); }
H1.HeaderClassName
{
color: #817EFC;
}
.AnyTagClassName
{
color: #817EFC;
}
</style>
background-color css
<style>
a { background-color: #817EFC; }
a { background-color: rgb(129,126,252); }
div.DivClassName
{
background-color: #817EFC;
}
.BgClassName
{
background-color: #817EFC;
}
</style>
border-color css
<style>
span { border-color: #817EFC; }
span { border-color: rgb(129,126,252); }
td.TdClassName
{
border-color: #817EFC;
}
.TagClassName
{
border-color: #817EFC;
}
</style>