Shades of Slate Blue #714CC6
Tints of Slate Blue #714CC6
RGB
CMYK
RGB Variations
Color information
#714CC6 (or 0x714CC6) is known color: Slate Blue. HEX triplet: 71, 4C and C6. RGB value is (113,76,198). Sum of RGB (Red+Green+Blue) = 113+76+198=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #714CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CC6 is #8EB339. Grayscale: #646464. Windows color (decimal): -9351994 or 12995697. OLE color: 12995697.
HSL color Cylindrical-coordinate representation of color #714CC6: hue angle of 258.2º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714CC6 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 76 | 198 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.22 |
| HSL | 258.2º | 0.52% | 0.54% | - |
| HSV(B) | 258.2º | 0.62% | 0.78% | - |
| XYZ | 19.59 | 12.76 | 54.86 | - |
| YUV | 100.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 198 | 0.43 | 0.62 | 0 | 0.22 | 258.2 | 0.52 | 0.54 |
| Hex | 71 | 4C | C6 | 2B | 3E | 0 | 16 | 102 | 34 | 36 |
| Octal | 161 | 114 | 306 | 53 | 76 | 0 | 26 | 402 | 64 | 66 |
| Binary | 1110001 | 1001100 | 11000110 | 101011 | 111110 | 0 | 10110 | 100000010 | 110100 | 110110 |
Color Harmonies of #714CC6
Complementary color
Monochromatic Colors of #714CC6
Black with #714CC6
Text Example
Text Example
White with #714CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CC6; }
p { color: rgb(113,76,198); }
H1.HeaderClassName
{
color: #714CC6;
}
.AnyTagClassName
{
color: #714CC6;
}
</style>
background-color css
<style>
a { background-color: #714CC6; }
a { background-color: rgb(113,76,198); }
div.DivClassName
{
background-color: #714CC6;
}
.BgClassName
{
background-color: #714CC6;
}
</style>
border-color css
<style>
span { border-color: #714CC6; }
span { border-color: rgb(113,76,198); }
td.TdClassName
{
border-color: #714CC6;
}
.TagClassName
{
border-color: #714CC6;
}
</style>