Shades of Light Slate Blue #717CF9
Tints of Light Slate Blue #717CF9
RGB
CMYK
RGB Variations
Color information
#717CF9 (or 0x717CF9) is known color: Light Slate Blue. HEX triplet: 71, 7C and F9. RGB value is (113,124,249). Sum of RGB (Red+Green+Blue) = 113+124+249=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #717CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717CF9 is #8E8306. Grayscale: #868686. Windows color (decimal): -9339655 or 16350321. OLE color: 16350321.
HSL color Cylindrical-coordinate representation of color #717CF9: hue angle of 235.15º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #717CF9 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 124 | 249 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.02 |
| HSL | 235.15º | 0.92% | 0.71% | - |
| HSV(B) | 235.15º | 0.55% | 0.98% | - |
| XYZ | 31.12 | 24.77 | 92.76 | - |
| YUV | 134.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 249 | 0.55 | 0.50 | 0 | 0.02 | 235.15 | 0.92 | 0.71 |
| Hex | 71 | 7C | F9 | 37 | 32 | 0 | 2 | EB | 5C | 47 |
| Octal | 161 | 174 | 371 | 67 | 62 | 0 | 2 | 353 | 134 | 107 |
| Binary | 1110001 | 1111100 | 11111001 | 110111 | 110010 | 0 | 10 | 11101011 | 1011100 | 1000111 |
Color Harmonies of #717CF9
Complementary color
Monochromatic Colors of #717CF9
Black with #717CF9
Text Example
Text Example
White with #717CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CF9; }
p { color: rgb(113,124,249); }
H1.HeaderClassName
{
color: #717CF9;
}
.AnyTagClassName
{
color: #717CF9;
}
</style>
background-color css
<style>
a { background-color: #717CF9; }
a { background-color: rgb(113,124,249); }
div.DivClassName
{
background-color: #717CF9;
}
.BgClassName
{
background-color: #717CF9;
}
</style>
border-color css
<style>
span { border-color: #717CF9; }
span { border-color: rgb(113,124,249); }
td.TdClassName
{
border-color: #717CF9;
}
.TagClassName
{
border-color: #717CF9;
}
</style>