Shades of Light Slate Blue #717BFF
Tints of Light Slate Blue #717BFF
RGB
CMYK
RGB Variations
Color information
#717BFF (or 0x717BFF) is known color: Light Slate Blue. HEX triplet: 71, 7B and FF. RGB value is (113,123,255). Sum of RGB (Red+Green+Blue) = 113+123+255=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #717BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717BFF is #8E8400. Grayscale: #868686. Windows color (decimal): -9339905 or 16743281. OLE color: 16743281.
HSL color Cylindrical-coordinate representation of color #717BFF: hue angle of 235.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717BFF is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 123 | 255 | - |
| CMYK | 0.56 | 0.52 | 0 | 0 |
| HSL | 235.77º | 1% | 0.72% | - |
| HSV(B) | 235.77º | 0.56% | 1% | - |
| XYZ | 31.94 | 24.9 | 97.73 | - |
| YUV | 135.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 255 | 0.56 | 0.52 | 0 | 0 | 235.77 | 1 | 0.72 |
| Hex | 71 | 7B | FF | 38 | 34 | 0 | 0 | EC | 64 | 48 |
| Octal | 161 | 173 | 377 | 70 | 64 | 0 | 0 | 354 | 144 | 110 |
| Binary | 1110001 | 1111011 | 11111111 | 111000 | 110100 | 0 | 0 | 11101100 | 1100100 | 1001000 |
Color Harmonies of #717BFF
Complementary color
Monochromatic Colors of #717BFF
Black with #717BFF
Text Example
Text Example
White with #717BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BFF; }
p { color: rgb(113,123,255); }
H1.HeaderClassName
{
color: #717BFF;
}
.AnyTagClassName
{
color: #717BFF;
}
</style>
background-color css
<style>
a { background-color: #717BFF; }
a { background-color: rgb(113,123,255); }
div.DivClassName
{
background-color: #717BFF;
}
.BgClassName
{
background-color: #717BFF;
}
</style>
border-color css
<style>
span { border-color: #717BFF; }
span { border-color: rgb(113,123,255); }
td.TdClassName
{
border-color: #717BFF;
}
.TagClassName
{
border-color: #717BFF;
}
</style>