Shades of Light Slate Blue #716DFF
Tints of Light Slate Blue #716DFF
RGB
CMYK
RGB Variations
Color information
#716DFF (or 0x716DFF) is known color: Light Slate Blue. HEX triplet: 71, 6D and FF. RGB value is (113,109,255). Sum of RGB (Red+Green+Blue) = 113+109+255=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #716DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716DFF is #8E9200. Grayscale: #7E7E7E. Windows color (decimal): -9343489 or 16739697. OLE color: 16739697.
HSL color Cylindrical-coordinate representation of color #716DFF: hue angle of 241.64º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #716DFF is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 109 | 255 | - |
| CMYK | 0.56 | 0.57 | 0 | 0 |
| HSL | 241.64º | 1% | 0.71% | - |
| HSV(B) | 241.64º | 0.57% | 1% | - |
| XYZ | 30.33 | 21.67 | 97.19 | - |
| YUV | 126.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 255 | 0.56 | 0.57 | 0 | 0 | 241.64 | 1 | 0.71 |
| Hex | 71 | 6D | FF | 38 | 39 | 0 | 0 | F2 | 64 | 47 |
| Octal | 161 | 155 | 377 | 70 | 71 | 0 | 0 | 362 | 144 | 107 |
| Binary | 1110001 | 1101101 | 11111111 | 111000 | 111001 | 0 | 0 | 11110010 | 1100100 | 1000111 |
Color Harmonies of #716DFF
Complementary color
Monochromatic Colors of #716DFF
Black with #716DFF
Text Example
Text Example
White with #716DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DFF; }
p { color: rgb(113,109,255); }
H1.HeaderClassName
{
color: #716DFF;
}
.AnyTagClassName
{
color: #716DFF;
}
</style>
background-color css
<style>
a { background-color: #716DFF; }
a { background-color: rgb(113,109,255); }
div.DivClassName
{
background-color: #716DFF;
}
.BgClassName
{
background-color: #716DFF;
}
</style>
border-color css
<style>
span { border-color: #716DFF; }
span { border-color: rgb(113,109,255); }
td.TdClassName
{
border-color: #716DFF;
}
.TagClassName
{
border-color: #716DFF;
}
</style>