Shades of Light Slate Blue #717FFC
Tints of Light Slate Blue #717FFC
RGB
CMYK
RGB Variations
Color information
#717FFC (or 0x717FFC) is known color: Light Slate Blue. HEX triplet: 71, 7F and FC. RGB value is (113,127,252). Sum of RGB (Red+Green+Blue) = 113+127+252=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #717FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717FFC is #8E8003. Grayscale: #888888. Windows color (decimal): -9338884 or 16547697. OLE color: 16547697.
HSL color Cylindrical-coordinate representation of color #717FFC: hue angle of 233.96º 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 #717FFC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 127 | 252 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.01 |
| HSL | 233.96º | 0.96% | 0.72% | - |
| HSV(B) | 233.96º | 0.55% | 0.99% | - |
| XYZ | 31.97 | 25.72 | 95.37 | - |
| YUV | 137.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 252 | 0.55 | 0.50 | 0 | 0.01 | 233.96 | 0.96 | 0.72 |
| Hex | 71 | 7F | FC | 37 | 32 | 0 | 1 | EA | 60 | 48 |
| Octal | 161 | 177 | 374 | 67 | 62 | 0 | 1 | 352 | 140 | 110 |
| Binary | 1110001 | 1111111 | 11111100 | 110111 | 110010 | 0 | 1 | 11101010 | 1100000 | 1001000 |
Color Harmonies of #717FFC
Complementary color
Monochromatic Colors of #717FFC
Black with #717FFC
Text Example
Text Example
White with #717FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FFC; }
p { color: rgb(113,127,252); }
H1.HeaderClassName
{
color: #717FFC;
}
.AnyTagClassName
{
color: #717FFC;
}
</style>
background-color css
<style>
a { background-color: #717FFC; }
a { background-color: rgb(113,127,252); }
div.DivClassName
{
background-color: #717FFC;
}
.BgClassName
{
background-color: #717FFC;
}
</style>
border-color css
<style>
span { border-color: #717FFC; }
span { border-color: rgb(113,127,252); }
td.TdClassName
{
border-color: #717FFC;
}
.TagClassName
{
border-color: #717FFC;
}
</style>