Shades of Light Slate Blue #717AFB
Tints of Light Slate Blue #717AFB
RGB
CMYK
RGB Variations
Color information
#717AFB (or 0x717AFB) is known color: Light Slate Blue. HEX triplet: 71, 7A and FB. RGB value is (113,122,251). Sum of RGB (Red+Green+Blue) = 113+122+251=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #717AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AFB is #8E8504. Grayscale: #858585. Windows color (decimal): -9340165 or 16480881. OLE color: 16480881.
HSL color Cylindrical-coordinate representation of color #717AFB: hue angle of 236.09º 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 #717AFB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 122 | 251 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.02 |
| HSL | 236.09º | 0.95% | 0.71% | - |
| HSV(B) | 236.09º | 0.55% | 0.98% | - |
| XYZ | 31.18 | 24.39 | 94.33 | - |
| YUV | 134.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 251 | 0.55 | 0.51 | 0 | 0.02 | 236.09 | 0.95 | 0.71 |
| Hex | 71 | 7A | FB | 37 | 33 | 0 | 2 | EC | 5F | 47 |
| Octal | 161 | 172 | 373 | 67 | 63 | 0 | 2 | 354 | 137 | 107 |
| Binary | 1110001 | 1111010 | 11111011 | 110111 | 110011 | 0 | 10 | 11101100 | 1011111 | 1000111 |
Color Harmonies of #717AFB
Complementary color
Monochromatic Colors of #717AFB
Black with #717AFB
Text Example
Text Example
White with #717AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AFB; }
p { color: rgb(113,122,251); }
H1.HeaderClassName
{
color: #717AFB;
}
.AnyTagClassName
{
color: #717AFB;
}
</style>
background-color css
<style>
a { background-color: #717AFB; }
a { background-color: rgb(113,122,251); }
div.DivClassName
{
background-color: #717AFB;
}
.BgClassName
{
background-color: #717AFB;
}
</style>
border-color css
<style>
span { border-color: #717AFB; }
span { border-color: rgb(113,122,251); }
td.TdClassName
{
border-color: #717AFB;
}
.TagClassName
{
border-color: #717AFB;
}
</style>