Shades of Slate Blue #714ECB
Tints of Slate Blue #714ECB
RGB
CMYK
RGB Variations
Color information
#714ECB (or 0x714ECB) is known color: Slate Blue. HEX triplet: 71, 4E and CB. RGB value is (113,78,203). Sum of RGB (Red+Green+Blue) = 113+78+203=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #714ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ECB is #8EB134. Grayscale: #666666. Windows color (decimal): -9351477 or 13323889. OLE color: 13323889.
HSL color Cylindrical-coordinate representation of color #714ECB: hue angle of 256.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714ECB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 78 | 203 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.20 |
| HSL | 256.8º | 0.55% | 0.55% | - |
| HSV(B) | 256.8º | 0.62% | 0.8% | - |
| XYZ | 20.31 | 13.27 | 57.99 | - |
| YUV | 102.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 203 | 0.44 | 0.62 | 0 | 0.20 | 256.8 | 0.55 | 0.55 |
| Hex | 71 | 4E | CB | 2C | 3E | 0 | 14 | 101 | 37 | 37 |
| Octal | 161 | 116 | 313 | 54 | 76 | 0 | 24 | 401 | 67 | 67 |
| Binary | 1110001 | 1001110 | 11001011 | 101100 | 111110 | 0 | 10100 | 100000001 | 110111 | 110111 |
Color Harmonies of #714ECB
Complementary color
Monochromatic Colors of #714ECB
Black with #714ECB
Text Example
Text Example
White with #714ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714ECB; }
p { color: rgb(113,78,203); }
H1.HeaderClassName
{
color: #714ECB;
}
.AnyTagClassName
{
color: #714ECB;
}
</style>
background-color css
<style>
a { background-color: #714ECB; }
a { background-color: rgb(113,78,203); }
div.DivClassName
{
background-color: #714ECB;
}
.BgClassName
{
background-color: #714ECB;
}
</style>
border-color css
<style>
span { border-color: #714ECB; }
span { border-color: rgb(113,78,203); }
td.TdClassName
{
border-color: #714ECB;
}
.TagClassName
{
border-color: #714ECB;
}
</style>