Shades of Slate Blue #714CCF
Tints of Slate Blue #714CCF
RGB
CMYK
RGB Variations
Color information
#714CCF (or 0x714CCF) is known color: Slate Blue. HEX triplet: 71, 4C and CF. RGB value is (113,76,207). Sum of RGB (Red+Green+Blue) = 113+76+207=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #714CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CCF is #8EB330. Grayscale: #656565. Windows color (decimal): -9351985 or 13585521. OLE color: 13585521.
HSL color Cylindrical-coordinate representation of color #714CCF: hue angle of 256.95º degrees, saturation: 0.58, 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 #714CCF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 76 | 207 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.19 |
| HSL | 256.95º | 0.58% | 0.55% | - |
| HSV(B) | 256.95º | 0.63% | 0.81% | - |
| XYZ | 20.66 | 13.18 | 60.49 | - |
| YUV | 102 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 207 | 0.45 | 0.63 | 0 | 0.19 | 256.95 | 0.58 | 0.55 |
| Hex | 71 | 4C | CF | 2D | 3F | 0 | 13 | 101 | 3A | 37 |
| Octal | 161 | 114 | 317 | 55 | 77 | 0 | 23 | 401 | 72 | 67 |
| Binary | 1110001 | 1001100 | 11001111 | 101101 | 111111 | 0 | 10011 | 100000001 | 111010 | 110111 |
Color Harmonies of #714CCF
Complementary color
Monochromatic Colors of #714CCF
Black with #714CCF
Text Example
Text Example
White with #714CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CCF; }
p { color: rgb(113,76,207); }
H1.HeaderClassName
{
color: #714CCF;
}
.AnyTagClassName
{
color: #714CCF;
}
</style>
background-color css
<style>
a { background-color: #714CCF; }
a { background-color: rgb(113,76,207); }
div.DivClassName
{
background-color: #714CCF;
}
.BgClassName
{
background-color: #714CCF;
}
</style>
border-color css
<style>
span { border-color: #714CCF; }
span { border-color: rgb(113,76,207); }
td.TdClassName
{
border-color: #714CCF;
}
.TagClassName
{
border-color: #714CCF;
}
</style>