Shades of Slate Blue #714FC4
Tints of Slate Blue #714FC4
RGB
CMYK
RGB Variations
Color information
#714FC4 (or 0x714FC4) is known color: Slate Blue. HEX triplet: 71, 4F and C4. RGB value is (113,79,196). Sum of RGB (Red+Green+Blue) = 113+79+196=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #714FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FC4 is #8EB03B. Grayscale: #666666. Windows color (decimal): -9351228 or 12865393. OLE color: 12865393.
HSL color Cylindrical-coordinate representation of color #714FC4: hue angle of 257.44º 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 #714FC4 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 79 | 196 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.23 |
| HSL | 257.44º | 0.5% | 0.54% | - |
| HSV(B) | 257.44º | 0.6% | 0.77% | - |
| XYZ | 19.57 | 13.09 | 53.72 | - |
| YUV | 102.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 196 | 0.42 | 0.60 | 0 | 0.23 | 257.44 | 0.5 | 0.54 |
| Hex | 71 | 4F | C4 | 2A | 3C | 0 | 17 | 101 | 32 | 36 |
| Octal | 161 | 117 | 304 | 52 | 74 | 0 | 27 | 401 | 62 | 66 |
| Binary | 1110001 | 1001111 | 11000100 | 101010 | 111100 | 0 | 10111 | 100000001 | 110010 | 110110 |
Color Harmonies of #714FC4
Complementary color
Monochromatic Colors of #714FC4
Black with #714FC4
Text Example
Text Example
White with #714FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FC4; }
p { color: rgb(113,79,196); }
H1.HeaderClassName
{
color: #714FC4;
}
.AnyTagClassName
{
color: #714FC4;
}
</style>
background-color css
<style>
a { background-color: #714FC4; }
a { background-color: rgb(113,79,196); }
div.DivClassName
{
background-color: #714FC4;
}
.BgClassName
{
background-color: #714FC4;
}
</style>
border-color css
<style>
span { border-color: #714FC4; }
span { border-color: rgb(113,79,196); }
td.TdClassName
{
border-color: #714FC4;
}
.TagClassName
{
border-color: #714FC4;
}
</style>