Shades of Light Slate Blue #717DFE
Tints of Light Slate Blue #717DFE
RGB
CMYK
RGB Variations
Color information
#717DFE (or 0x717DFE) is known color: Light Slate Blue. HEX triplet: 71, 7D and FE. RGB value is (113,125,254). Sum of RGB (Red+Green+Blue) = 113+125+254=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #717DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717DFE is #8E8201. Grayscale: #878787. Windows color (decimal): -9339394 or 16678257. OLE color: 16678257.
HSL color Cylindrical-coordinate representation of color #717DFE: hue angle of 234.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717DFE is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 125 | 254 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.00 |
| HSL | 234.89º | 0.99% | 0.72% | - |
| HSV(B) | 234.89º | 0.56% | 1% | - |
| XYZ | 32.03 | 25.33 | 96.97 | - |
| YUV | 136.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 254 | 0.56 | 0.51 | 0 | 0.00 | 234.89 | 0.99 | 0.72 |
| Hex | 71 | 7D | FE | 38 | 33 | 0 | 0 | EB | 63 | 48 |
| Octal | 161 | 175 | 376 | 70 | 63 | 0 | 0 | 353 | 143 | 110 |
| Binary | 1110001 | 1111101 | 11111110 | 111000 | 110011 | 0 | 0 | 11101011 | 1100011 | 1001000 |
Color Harmonies of #717DFE
Complementary color
Monochromatic Colors of #717DFE
Black with #717DFE
Text Example
Text Example
White with #717DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717DFE; }
p { color: rgb(113,125,254); }
H1.HeaderClassName
{
color: #717DFE;
}
.AnyTagClassName
{
color: #717DFE;
}
</style>
background-color css
<style>
a { background-color: #717DFE; }
a { background-color: rgb(113,125,254); }
div.DivClassName
{
background-color: #717DFE;
}
.BgClassName
{
background-color: #717DFE;
}
</style>
border-color css
<style>
span { border-color: #717DFE; }
span { border-color: rgb(113,125,254); }
td.TdClassName
{
border-color: #717DFE;
}
.TagClassName
{
border-color: #717DFE;
}
</style>