Shades of Light Slate Blue #717DFC
Tints of Light Slate Blue #717DFC
RGB
CMYK
RGB Variations
Color information
#717DFC (or 0x717DFC) is known color: Light Slate Blue. HEX triplet: 71, 7D and FC. RGB value is (113,125,252). Sum of RGB (Red+Green+Blue) = 113+125+252=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #717DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DFC is #8E8203. Grayscale: #878787. Windows color (decimal): -9339396 or 16547185. OLE color: 16547185.
HSL color Cylindrical-coordinate representation of color #717DFC: hue angle of 234.82º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717DFC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 125 | 252 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.01 |
| HSL | 234.82º | 0.96% | 0.72% | - |
| HSV(B) | 234.82º | 0.55% | 0.99% | - |
| XYZ | 31.71 | 25.21 | 95.29 | - |
| YUV | 135.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 252 | 0.55 | 0.50 | 0 | 0.01 | 234.82 | 0.96 | 0.72 |
| Hex | 71 | 7D | FC | 37 | 32 | 0 | 1 | EB | 60 | 48 |
| Octal | 161 | 175 | 374 | 67 | 62 | 0 | 1 | 353 | 140 | 110 |
| Binary | 1110001 | 1111101 | 11111100 | 110111 | 110010 | 0 | 1 | 11101011 | 1100000 | 1001000 |
Color Harmonies of #717DFC
Complementary color
Monochromatic Colors of #717DFC
Black with #717DFC
Text Example
Text Example
White with #717DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DFC; }
p { color: rgb(113,125,252); }
H1.HeaderClassName
{
color: #717DFC;
}
.AnyTagClassName
{
color: #717DFC;
}
</style>
background-color css
<style>
a { background-color: #717DFC; }
a { background-color: rgb(113,125,252); }
div.DivClassName
{
background-color: #717DFC;
}
.BgClassName
{
background-color: #717DFC;
}
</style>
border-color css
<style>
span { border-color: #717DFC; }
span { border-color: rgb(113,125,252); }
td.TdClassName
{
border-color: #717DFC;
}
.TagClassName
{
border-color: #717DFC;
}
</style>