Shades of Slate Blue #714CCE
Tints of Slate Blue #714CCE
RGB
CMYK
RGB Variations
Color information
#714CCE (or 0x714CCE) is known color: Slate Blue. HEX triplet: 71, 4C and CE. RGB value is (113,76,206). Sum of RGB (Red+Green+Blue) = 113+76+206=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #714CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CCE is #8EB331. Grayscale: #656565. Windows color (decimal): -9351986 or 13519985. OLE color: 13519985.
HSL color Cylindrical-coordinate representation of color #714CCE: hue angle of 257.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714CCE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 76 | 206 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.19 |
| HSL | 257.08º | 0.57% | 0.55% | - |
| HSV(B) | 257.08º | 0.63% | 0.81% | - |
| XYZ | 20.54 | 13.14 | 59.85 | - |
| YUV | 101.88 | 186.76 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 206 | 0.45 | 0.63 | 0 | 0.19 | 257.08 | 0.57 | 0.55 |
| Hex | 71 | 4C | CE | 2D | 3F | 0 | 13 | 101 | 39 | 37 |
| Octal | 161 | 114 | 316 | 55 | 77 | 0 | 23 | 401 | 71 | 67 |
| Binary | 1110001 | 1001100 | 11001110 | 101101 | 111111 | 0 | 10011 | 100000001 | 111001 | 110111 |
Color Harmonies of #714CCE
Complementary color
Monochromatic Colors of #714CCE
Black with #714CCE
Text Example
Text Example
White with #714CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CCE; }
p { color: rgb(113,76,206); }
H1.HeaderClassName
{
color: #714CCE;
}
.AnyTagClassName
{
color: #714CCE;
}
</style>
background-color css
<style>
a { background-color: #714CCE; }
a { background-color: rgb(113,76,206); }
div.DivClassName
{
background-color: #714CCE;
}
.BgClassName
{
background-color: #714CCE;
}
</style>
border-color css
<style>
span { border-color: #714CCE; }
span { border-color: rgb(113,76,206); }
td.TdClassName
{
border-color: #714CCE;
}
.TagClassName
{
border-color: #714CCE;
}
</style>