Shades of Light Slate Blue #717AFE
Tints of Light Slate Blue #717AFE
RGB
CMYK
RGB Variations
Color information
#717AFE (or 0x717AFE) is known color: Light Slate Blue. HEX triplet: 71, 7A and FE. RGB value is (113,122,254). Sum of RGB (Red+Green+Blue) = 113+122+254=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #717AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #717AFE is #8E8501. Grayscale: #858585. Windows color (decimal): -9340162 or 16677489. OLE color: 16677489.
HSL color Cylindrical-coordinate representation of color #717AFE: hue angle of 236.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #717AFE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 122 | 254 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.00 |
| HSL | 236.17º | 0.99% | 0.72% | - |
| HSV(B) | 236.17º | 0.56% | 1% | - |
| XYZ | 31.66 | 24.59 | 96.84 | - |
| YUV | 134.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 254 | 0.56 | 0.52 | 0 | 0.00 | 236.17 | 0.99 | 0.72 |
| Hex | 71 | 7A | FE | 38 | 34 | 0 | 0 | EC | 63 | 48 |
| Octal | 161 | 172 | 376 | 70 | 64 | 0 | 0 | 354 | 143 | 110 |
| Binary | 1110001 | 1111010 | 11111110 | 111000 | 110100 | 0 | 0 | 11101100 | 1100011 | 1001000 |
Color Harmonies of #717AFE
Complementary color
Monochromatic Colors of #717AFE
Black with #717AFE
Text Example
Text Example
White with #717AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717AFE; }
p { color: rgb(113,122,254); }
H1.HeaderClassName
{
color: #717AFE;
}
.AnyTagClassName
{
color: #717AFE;
}
</style>
background-color css
<style>
a { background-color: #717AFE; }
a { background-color: rgb(113,122,254); }
div.DivClassName
{
background-color: #717AFE;
}
.BgClassName
{
background-color: #717AFE;
}
</style>
border-color css
<style>
span { border-color: #717AFE; }
span { border-color: rgb(113,122,254); }
td.TdClassName
{
border-color: #717AFE;
}
.TagClassName
{
border-color: #717AFE;
}
</style>