Shades of Slate Blue #716DCC
Tints of Slate Blue #716DCC
RGB
CMYK
RGB Variations
Color information
#716DCC (or 0x716DCC) is known color: Slate Blue. HEX triplet: 71, 6D and CC. RGB value is (113,109,204). Sum of RGB (Red+Green+Blue) = 113+109+204=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #716DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCC is #8E9233. Grayscale: #787878. Windows color (decimal): -9343540 or 13397361. OLE color: 13397361.
HSL color Cylindrical-coordinate representation of color #716DCC: hue angle of 242.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716DCC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 109 | 204 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.2 |
| HSL | 242.53º | 0.48% | 0.61% | - |
| HSV(B) | 242.53º | 0.47% | 0.8% | - |
| XYZ | 23.18 | 18.81 | 59.54 | - |
| YUV | 121.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 204 | 0.45 | 0.47 | 0 | 0.2 | 242.53 | 0.48 | 0.61 |
| Hex | 71 | 6D | CC | 2D | 2F | 0 | 14 | F3 | 30 | 3D |
| Octal | 161 | 155 | 314 | 55 | 57 | 0 | 24 | 363 | 60 | 75 |
| Binary | 1110001 | 1101101 | 11001100 | 101101 | 101111 | 0 | 10100 | 11110011 | 110000 | 111101 |
Color Harmonies of #716DCC
Complementary color
Monochromatic Colors of #716DCC
Black with #716DCC
Text Example
Text Example
White with #716DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DCC; }
p { color: rgb(113,109,204); }
H1.HeaderClassName
{
color: #716DCC;
}
.AnyTagClassName
{
color: #716DCC;
}
</style>
background-color css
<style>
a { background-color: #716DCC; }
a { background-color: rgb(113,109,204); }
div.DivClassName
{
background-color: #716DCC;
}
.BgClassName
{
background-color: #716DCC;
}
</style>
border-color css
<style>
span { border-color: #716DCC; }
span { border-color: rgb(113,109,204); }
td.TdClassName
{
border-color: #716DCC;
}
.TagClassName
{
border-color: #716DCC;
}
</style>