Shades of Slate Blue #714ACC
Tints of Slate Blue #714ACC
RGB
CMYK
RGB Variations
Color information
#714ACC (or 0x714ACC) is known color: Slate Blue. HEX triplet: 71, 4A and CC. RGB value is (113,74,204). Sum of RGB (Red+Green+Blue) = 113+74+204=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #714ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ACC is #8EB533. Grayscale: #646464. Windows color (decimal): -9352500 or 13388401. OLE color: 13388401.
HSL color Cylindrical-coordinate representation of color #714ACC: hue angle of 258º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714ACC is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 74 | 204 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.2 |
| HSL | 258º | 0.56% | 0.55% | - |
| HSV(B) | 258º | 0.64% | 0.8% | - |
| XYZ | 20.16 | 12.77 | 58.53 | - |
| YUV | 100.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 204 | 0.45 | 0.64 | 0 | 0.2 | 258 | 0.56 | 0.55 |
| Hex | 71 | 4A | CC | 2D | 40 | 0 | 14 | 102 | 38 | 37 |
| Octal | 161 | 112 | 314 | 55 | 100 | 0 | 24 | 402 | 70 | 67 |
| Binary | 1110001 | 1001010 | 11001100 | 101101 | 1000000 | 0 | 10100 | 100000010 | 111000 | 110111 |
Color Harmonies of #714ACC
Complementary color
Monochromatic Colors of #714ACC
Black with #714ACC
Text Example
Text Example
White with #714ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714ACC; }
p { color: rgb(113,74,204); }
H1.HeaderClassName
{
color: #714ACC;
}
.AnyTagClassName
{
color: #714ACC;
}
</style>
background-color css
<style>
a { background-color: #714ACC; }
a { background-color: rgb(113,74,204); }
div.DivClassName
{
background-color: #714ACC;
}
.BgClassName
{
background-color: #714ACC;
}
</style>
border-color css
<style>
span { border-color: #714ACC; }
span { border-color: rgb(113,74,204); }
td.TdClassName
{
border-color: #714ACC;
}
.TagClassName
{
border-color: #714ACC;
}
</style>