Shades of Slate Blue #714AE6
Tints of Slate Blue #714AE6
RGB
CMYK
RGB Variations
Color information
#714AE6 (or 0x714AE6) is known color: Slate Blue. HEX triplet: 71, 4A and E6. RGB value is (113,74,230). Sum of RGB (Red+Green+Blue) = 113+74+230=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #714AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714AE6 is #8EB519. Grayscale: #666666. Windows color (decimal): -9352474 or 15092337. OLE color: 15092337.
HSL color Cylindrical-coordinate representation of color #714AE6: hue angle of 255º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714AE6 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 74 | 230 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.10 |
| HSL | 255º | 0.76% | 0.6% | - |
| HSV(B) | 255º | 0.68% | 0.9% | - |
| XYZ | 23.54 | 14.12 | 76.35 | - |
| YUV | 103.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 230 | 0.51 | 0.68 | 0 | 0.10 | 255 | 0.76 | 0.6 |
| Hex | 71 | 4A | E6 | 33 | 44 | 0 | A | FF | 4C | 3C |
| Octal | 161 | 112 | 346 | 63 | 104 | 0 | 12 | 377 | 114 | 74 |
| Binary | 1110001 | 1001010 | 11100110 | 110011 | 1000100 | 0 | 1010 | 11111111 | 1001100 | 111100 |
Color Harmonies of #714AE6
Complementary color
Monochromatic Colors of #714AE6
Black with #714AE6
Text Example
Text Example
White with #714AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714AE6; }
p { color: rgb(113,74,230); }
H1.HeaderClassName
{
color: #714AE6;
}
.AnyTagClassName
{
color: #714AE6;
}
</style>
background-color css
<style>
a { background-color: #714AE6; }
a { background-color: rgb(113,74,230); }
div.DivClassName
{
background-color: #714AE6;
}
.BgClassName
{
background-color: #714AE6;
}
</style>
border-color css
<style>
span { border-color: #714AE6; }
span { border-color: rgb(113,74,230); }
td.TdClassName
{
border-color: #714AE6;
}
.TagClassName
{
border-color: #714AE6;
}
</style>