Shades of Slate Blue #714BCE
Tints of Slate Blue #714BCE
RGB
CMYK
RGB Variations
Color information
#714BCE (or 0x714BCE) is known color: Slate Blue. HEX triplet: 71, 4B and CE. RGB value is (113,75,206). Sum of RGB (Red+Green+Blue) = 113+75+206=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #714BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BCE is #8EB431. Grayscale: #646464. Windows color (decimal): -9352242 or 13519729. OLE color: 13519729.
HSL color Cylindrical-coordinate representation of color #714BCE: hue angle of 257.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714BCE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 75 | 206 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.19 |
| HSL | 257.4º | 0.57% | 0.55% | - |
| HSV(B) | 257.4º | 0.64% | 0.81% | - |
| XYZ | 20.47 | 13 | 59.82 | - |
| YUV | 101.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 206 | 0.45 | 0.64 | 0 | 0.19 | 257.4 | 0.57 | 0.55 |
| Hex | 71 | 4B | CE | 2D | 40 | 0 | 13 | 101 | 39 | 37 |
| Octal | 161 | 113 | 316 | 55 | 100 | 0 | 23 | 401 | 71 | 67 |
| Binary | 1110001 | 1001011 | 11001110 | 101101 | 1000000 | 0 | 10011 | 100000001 | 111001 | 110111 |
Color Harmonies of #714BCE
Complementary color
Monochromatic Colors of #714BCE
Black with #714BCE
Text Example
Text Example
White with #714BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BCE; }
p { color: rgb(113,75,206); }
H1.HeaderClassName
{
color: #714BCE;
}
.AnyTagClassName
{
color: #714BCE;
}
</style>
background-color css
<style>
a { background-color: #714BCE; }
a { background-color: rgb(113,75,206); }
div.DivClassName
{
background-color: #714BCE;
}
.BgClassName
{
background-color: #714BCE;
}
</style>
border-color css
<style>
span { border-color: #714BCE; }
span { border-color: rgb(113,75,206); }
td.TdClassName
{
border-color: #714BCE;
}
.TagClassName
{
border-color: #714BCE;
}
</style>