Shades of Light Slate Blue #717BFB
Tints of Light Slate Blue #717BFB
RGB
CMYK
RGB Variations
Color information
#717BFB (or 0x717BFB) is known color: Light Slate Blue. HEX triplet: 71, 7B and FB. RGB value is (113,123,251). Sum of RGB (Red+Green+Blue) = 113+123+251=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #717BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717BFB is #8E8404. Grayscale: #868686. Windows color (decimal): -9339909 or 16481137. OLE color: 16481137.
HSL color Cylindrical-coordinate representation of color #717BFB: hue angle of 235.65º degrees, saturation: 0.95, 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 #717BFB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 123 | 251 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.02 |
| HSL | 235.65º | 0.95% | 0.71% | - |
| HSV(B) | 235.65º | 0.55% | 0.98% | - |
| XYZ | 31.31 | 24.64 | 94.37 | - |
| YUV | 134.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 251 | 0.55 | 0.51 | 0 | 0.02 | 235.65 | 0.95 | 0.71 |
| Hex | 71 | 7B | FB | 37 | 33 | 0 | 2 | EC | 5F | 47 |
| Octal | 161 | 173 | 373 | 67 | 63 | 0 | 2 | 354 | 137 | 107 |
| Binary | 1110001 | 1111011 | 11111011 | 110111 | 110011 | 0 | 10 | 11101100 | 1011111 | 1000111 |
Color Harmonies of #717BFB
Complementary color
Monochromatic Colors of #717BFB
Black with #717BFB
Text Example
Text Example
White with #717BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717BFB; }
p { color: rgb(113,123,251); }
H1.HeaderClassName
{
color: #717BFB;
}
.AnyTagClassName
{
color: #717BFB;
}
</style>
background-color css
<style>
a { background-color: #717BFB; }
a { background-color: rgb(113,123,251); }
div.DivClassName
{
background-color: #717BFB;
}
.BgClassName
{
background-color: #717BFB;
}
</style>
border-color css
<style>
span { border-color: #717BFB; }
span { border-color: rgb(113,123,251); }
td.TdClassName
{
border-color: #717BFB;
}
.TagClassName
{
border-color: #717BFB;
}
</style>