Shades of Slate Blue #714CE2
Tints of Slate Blue #714CE2
RGB
CMYK
RGB Variations
Color information
#714CE2 (or 0x714CE2) is known color: Slate Blue. HEX triplet: 71, 4C and E2. RGB value is (113,76,226). Sum of RGB (Red+Green+Blue) = 113+76+226=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #714CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CE2 is #8EB31D. Grayscale: #676767. Windows color (decimal): -9351966 or 14830705. OLE color: 14830705.
HSL color Cylindrical-coordinate representation of color #714CE2: hue angle of 254.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714CE2 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 76 | 226 | - |
| CMYK | 0.5 | 0.66 | 0 | 0.11 |
| HSL | 254.8º | 0.72% | 0.59% | - |
| HSV(B) | 254.8º | 0.66% | 0.89% | - |
| XYZ | 23.12 | 14.17 | 73.47 | - |
| YUV | 104.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 226 | 0.5 | 0.66 | 0 | 0.11 | 254.8 | 0.72 | 0.59 |
| Hex | 71 | 4C | E2 | 32 | 42 | 0 | B | FF | 48 | 3B |
| Octal | 161 | 114 | 342 | 62 | 102 | 0 | 13 | 377 | 110 | 73 |
| Binary | 1110001 | 1001100 | 11100010 | 110010 | 1000010 | 0 | 1011 | 11111111 | 1001000 | 111011 |
Color Harmonies of #714CE2
Complementary color
Monochromatic Colors of #714CE2
Black with #714CE2
Text Example
Text Example
White with #714CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CE2; }
p { color: rgb(113,76,226); }
H1.HeaderClassName
{
color: #714CE2;
}
.AnyTagClassName
{
color: #714CE2;
}
</style>
background-color css
<style>
a { background-color: #714CE2; }
a { background-color: rgb(113,76,226); }
div.DivClassName
{
background-color: #714CE2;
}
.BgClassName
{
background-color: #714CE2;
}
</style>
border-color css
<style>
span { border-color: #714CE2; }
span { border-color: rgb(113,76,226); }
td.TdClassName
{
border-color: #714CE2;
}
.TagClassName
{
border-color: #714CE2;
}
</style>