Shades of Slate Blue #714EC4
Tints of Slate Blue #714EC4
RGB
CMYK
RGB Variations
Color information
#714EC4 (or 0x714EC4) is known color: Slate Blue. HEX triplet: 71, 4E and C4. RGB value is (113,78,196). Sum of RGB (Red+Green+Blue) = 113+78+196=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #714EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EC4 is #8EB13B. Grayscale: #656565. Windows color (decimal): -9351484 or 12865137. OLE color: 12865137.
HSL color Cylindrical-coordinate representation of color #714EC4: hue angle of 257.8º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714EC4 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 78 | 196 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.23 |
| HSL | 257.8º | 0.5% | 0.54% | - |
| HSV(B) | 257.8º | 0.6% | 0.77% | - |
| XYZ | 19.5 | 12.95 | 53.7 | - |
| YUV | 101.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 196 | 0.42 | 0.60 | 0 | 0.23 | 257.8 | 0.5 | 0.54 |
| Hex | 71 | 4E | C4 | 2A | 3C | 0 | 17 | 102 | 32 | 36 |
| Octal | 161 | 116 | 304 | 52 | 74 | 0 | 27 | 402 | 62 | 66 |
| Binary | 1110001 | 1001110 | 11000100 | 101010 | 111100 | 0 | 10111 | 100000010 | 110010 | 110110 |
Color Harmonies of #714EC4
Complementary color
Monochromatic Colors of #714EC4
Black with #714EC4
Text Example
Text Example
White with #714EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EC4; }
p { color: rgb(113,78,196); }
H1.HeaderClassName
{
color: #714EC4;
}
.AnyTagClassName
{
color: #714EC4;
}
</style>
background-color css
<style>
a { background-color: #714EC4; }
a { background-color: rgb(113,78,196); }
div.DivClassName
{
background-color: #714EC4;
}
.BgClassName
{
background-color: #714EC4;
}
</style>
border-color css
<style>
span { border-color: #714EC4; }
span { border-color: rgb(113,78,196); }
td.TdClassName
{
border-color: #714EC4;
}
.TagClassName
{
border-color: #714EC4;
}
</style>