Shades of Slate Blue #714DC8
Tints of Slate Blue #714DC8
RGB
CMYK
RGB Variations
Color information
#714DC8 (or 0x714DC8) is known color: Slate Blue. HEX triplet: 71, 4D and C8. RGB value is (113,77,200). Sum of RGB (Red+Green+Blue) = 113+77+200=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #714DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DC8 is #8EB237. Grayscale: #656565. Windows color (decimal): -9351736 or 13127025. OLE color: 13127025.
HSL color Cylindrical-coordinate representation of color #714DC8: hue angle of 257.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714DC8 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 77 | 200 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.22 |
| HSL | 257.56º | 0.53% | 0.54% | - |
| HSV(B) | 257.56º | 0.62% | 0.78% | - |
| XYZ | 19.89 | 12.99 | 56.1 | - |
| YUV | 101.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 200 | 0.44 | 0.62 | 0 | 0.22 | 257.56 | 0.53 | 0.54 |
| Hex | 71 | 4D | C8 | 2C | 3E | 0 | 16 | 102 | 35 | 36 |
| Octal | 161 | 115 | 310 | 54 | 76 | 0 | 26 | 402 | 65 | 66 |
| Binary | 1110001 | 1001101 | 11001000 | 101100 | 111110 | 0 | 10110 | 100000010 | 110101 | 110110 |
Color Harmonies of #714DC8
Complementary color
Monochromatic Colors of #714DC8
Black with #714DC8
Text Example
Text Example
White with #714DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DC8; }
p { color: rgb(113,77,200); }
H1.HeaderClassName
{
color: #714DC8;
}
.AnyTagClassName
{
color: #714DC8;
}
</style>
background-color css
<style>
a { background-color: #714DC8; }
a { background-color: rgb(113,77,200); }
div.DivClassName
{
background-color: #714DC8;
}
.BgClassName
{
background-color: #714DC8;
}
</style>
border-color css
<style>
span { border-color: #714DC8; }
span { border-color: rgb(113,77,200); }
td.TdClassName
{
border-color: #714DC8;
}
.TagClassName
{
border-color: #714DC8;
}
</style>