Shades of Slate Blue #714CC1
Tints of Slate Blue #714CC1
RGB
CMYK
RGB Variations
Color information
#714CC1 (or 0x714CC1) is known color: Slate Blue. HEX triplet: 71, 4C and C1. RGB value is (113,76,193). Sum of RGB (Red+Green+Blue) = 113+76+193=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #714CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CC1 is #8EB33E. Grayscale: #636363. Windows color (decimal): -9351999 or 12668017. OLE color: 12668017.
HSL color Cylindrical-coordinate representation of color #714CC1: hue angle of 258.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #714CC1 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 76 | 193 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.24 |
| HSL | 258.97º | 0.49% | 0.53% | - |
| HSV(B) | 258.97º | 0.61% | 0.76% | - |
| XYZ | 19.02 | 12.53 | 51.87 | - |
| YUV | 100.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 193 | 0.41 | 0.61 | 0 | 0.24 | 258.97 | 0.49 | 0.53 |
| Hex | 71 | 4C | C1 | 29 | 3D | 0 | 18 | 103 | 31 | 35 |
| Octal | 161 | 114 | 301 | 51 | 75 | 0 | 30 | 403 | 61 | 65 |
| Binary | 1110001 | 1001100 | 11000001 | 101001 | 111101 | 0 | 11000 | 100000011 | 110001 | 110101 |
Color Harmonies of #714CC1
Complementary color
Monochromatic Colors of #714CC1
Black with #714CC1
Text Example
Text Example
White with #714CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CC1; }
p { color: rgb(113,76,193); }
H1.HeaderClassName
{
color: #714CC1;
}
.AnyTagClassName
{
color: #714CC1;
}
</style>
background-color css
<style>
a { background-color: #714CC1; }
a { background-color: rgb(113,76,193); }
div.DivClassName
{
background-color: #714CC1;
}
.BgClassName
{
background-color: #714CC1;
}
</style>
border-color css
<style>
span { border-color: #714CC1; }
span { border-color: rgb(113,76,193); }
td.TdClassName
{
border-color: #714CC1;
}
.TagClassName
{
border-color: #714CC1;
}
</style>