Shades of Slate Blue #716CCC
Tints of Slate Blue #716CCC
RGB
CMYK
RGB Variations
Color information
#716CCC (or 0x716CCC) is known color: Slate Blue. HEX triplet: 71, 6C and CC. RGB value is (113,108,204). Sum of RGB (Red+Green+Blue) = 113+108+204=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #716CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CCC is #8E9333. Grayscale: #787878. Windows color (decimal): -9343796 or 13397105. OLE color: 13397105.
HSL color Cylindrical-coordinate representation of color #716CCC: hue angle of 243.13º 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 #716CCC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 108 | 204 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.2 |
| HSL | 243.13º | 0.48% | 0.61% | - |
| HSV(B) | 243.13º | 0.47% | 0.8% | - |
| XYZ | 23.07 | 18.6 | 59.5 | - |
| YUV | 120.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 204 | 0.45 | 0.47 | 0 | 0.2 | 243.13 | 0.48 | 0.61 |
| Hex | 71 | 6C | CC | 2D | 2F | 0 | 14 | F3 | 30 | 3D |
| Octal | 161 | 154 | 314 | 55 | 57 | 0 | 24 | 363 | 60 | 75 |
| Binary | 1110001 | 1101100 | 11001100 | 101101 | 101111 | 0 | 10100 | 11110011 | 110000 | 111101 |
Color Harmonies of #716CCC
Complementary color
Monochromatic Colors of #716CCC
Black with #716CCC
Text Example
Text Example
White with #716CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716CCC; }
p { color: rgb(113,108,204); }
H1.HeaderClassName
{
color: #716CCC;
}
.AnyTagClassName
{
color: #716CCC;
}
</style>
background-color css
<style>
a { background-color: #716CCC; }
a { background-color: rgb(113,108,204); }
div.DivClassName
{
background-color: #716CCC;
}
.BgClassName
{
background-color: #716CCC;
}
</style>
border-color css
<style>
span { border-color: #716CCC; }
span { border-color: rgb(113,108,204); }
td.TdClassName
{
border-color: #716CCC;
}
.TagClassName
{
border-color: #716CCC;
}
</style>