Shades of Slate Blue #714DC9
Tints of Slate Blue #714DC9
RGB
CMYK
RGB Variations
Color information
#714DC9 (or 0x714DC9) is known color: Slate Blue. HEX triplet: 71, 4D and C9. RGB value is (113,77,201). Sum of RGB (Red+Green+Blue) = 113+77+201=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #714DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DC9 is #8EB236. Grayscale: #656565. Windows color (decimal): -9351735 or 13192561. OLE color: 13192561.
HSL color Cylindrical-coordinate representation of color #714DC9: hue angle of 257.42º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714DC9 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 77 | 201 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.21 |
| HSL | 257.42º | 0.53% | 0.55% | - |
| HSV(B) | 257.42º | 0.62% | 0.79% | - |
| XYZ | 20.01 | 13.04 | 56.72 | - |
| YUV | 101.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 201 | 0.44 | 0.62 | 0 | 0.21 | 257.42 | 0.53 | 0.55 |
| Hex | 71 | 4D | C9 | 2C | 3E | 0 | 15 | 101 | 35 | 37 |
| Octal | 161 | 115 | 311 | 54 | 76 | 0 | 25 | 401 | 65 | 67 |
| Binary | 1110001 | 1001101 | 11001001 | 101100 | 111110 | 0 | 10101 | 100000001 | 110101 | 110111 |
Color Harmonies of #714DC9
Complementary color
Monochromatic Colors of #714DC9
Black with #714DC9
Text Example
Text Example
White with #714DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DC9; }
p { color: rgb(113,77,201); }
H1.HeaderClassName
{
color: #714DC9;
}
.AnyTagClassName
{
color: #714DC9;
}
</style>
background-color css
<style>
a { background-color: #714DC9; }
a { background-color: rgb(113,77,201); }
div.DivClassName
{
background-color: #714DC9;
}
.BgClassName
{
background-color: #714DC9;
}
</style>
border-color css
<style>
span { border-color: #714DC9; }
span { border-color: rgb(113,77,201); }
td.TdClassName
{
border-color: #714DC9;
}
.TagClassName
{
border-color: #714DC9;
}
</style>