Shades of Medium Slate Blue #716CF8
Tints of Medium Slate Blue #716CF8
RGB
CMYK
RGB Variations
Color information
#716CF8 (or 0x716CF8) is known color: Medium Slate Blue. HEX triplet: 71, 6C and F8. RGB value is (113,108,248). Sum of RGB (Red+Green+Blue) = 113+108+248=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #716CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716CF8 is #8E9307. Grayscale: #7C7C7C. Windows color (decimal): -9343752 or 16280689. OLE color: 16280689.
HSL color Cylindrical-coordinate representation of color #716CF8: hue angle of 242.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716CF8 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 108 | 248 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.03 |
| HSL | 242.14º | 0.91% | 0.7% | - |
| HSV(B) | 242.14º | 0.56% | 0.97% | - |
| XYZ | 29.12 | 21.01 | 91.33 | - |
| YUV | 125.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 248 | 0.54 | 0.56 | 0 | 0.03 | 242.14 | 0.91 | 0.7 |
| Hex | 71 | 6C | F8 | 36 | 38 | 0 | 3 | F2 | 5B | 46 |
| Octal | 161 | 154 | 370 | 66 | 70 | 0 | 3 | 362 | 133 | 106 |
| Binary | 1110001 | 1101100 | 11111000 | 110110 | 111000 | 0 | 11 | 11110010 | 1011011 | 1000110 |
Color Harmonies of #716CF8
Complementary color
Monochromatic Colors of #716CF8
Black with #716CF8
Text Example
Text Example
White with #716CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CF8; }
p { color: rgb(113,108,248); }
H1.HeaderClassName
{
color: #716CF8;
}
.AnyTagClassName
{
color: #716CF8;
}
</style>
background-color css
<style>
a { background-color: #716CF8; }
a { background-color: rgb(113,108,248); }
div.DivClassName
{
background-color: #716CF8;
}
.BgClassName
{
background-color: #716CF8;
}
</style>
border-color css
<style>
span { border-color: #716CF8; }
span { border-color: rgb(113,108,248); }
td.TdClassName
{
border-color: #716CF8;
}
.TagClassName
{
border-color: #716CF8;
}
</style>