Shades of Slate Blue #714CCC
Tints of Slate Blue #714CCC
RGB
CMYK
RGB Variations
Color information
#714CCC (or 0x714CCC) is known color: Slate Blue. HEX triplet: 71, 4C and CC. RGB value is (113,76,204). Sum of RGB (Red+Green+Blue) = 113+76+204=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #714CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CCC is #8EB333. Grayscale: #656565. Windows color (decimal): -9351988 or 13388913. OLE color: 13388913.
HSL color Cylindrical-coordinate representation of color #714CCC: hue angle of 257.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714CCC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 76 | 204 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.2 |
| HSL | 257.34º | 0.56% | 0.55% | - |
| HSV(B) | 257.34º | 0.63% | 0.8% | - |
| XYZ | 20.29 | 13.04 | 58.57 | - |
| YUV | 101.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 204 | 0.45 | 0.63 | 0 | 0.2 | 257.34 | 0.56 | 0.55 |
| Hex | 71 | 4C | CC | 2D | 3F | 0 | 14 | 101 | 38 | 37 |
| Octal | 161 | 114 | 314 | 55 | 77 | 0 | 24 | 401 | 70 | 67 |
| Binary | 1110001 | 1001100 | 11001100 | 101101 | 111111 | 0 | 10100 | 100000001 | 111000 | 110111 |
Color Harmonies of #714CCC
Complementary color
Monochromatic Colors of #714CCC
Black with #714CCC
Text Example
Text Example
White with #714CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CCC; }
p { color: rgb(113,76,204); }
H1.HeaderClassName
{
color: #714CCC;
}
.AnyTagClassName
{
color: #714CCC;
}
</style>
background-color css
<style>
a { background-color: #714CCC; }
a { background-color: rgb(113,76,204); }
div.DivClassName
{
background-color: #714CCC;
}
.BgClassName
{
background-color: #714CCC;
}
</style>
border-color css
<style>
span { border-color: #714CCC; }
span { border-color: rgb(113,76,204); }
td.TdClassName
{
border-color: #714CCC;
}
.TagClassName
{
border-color: #714CCC;
}
</style>