Shades of Slate Blue #714BC5
Tints of Slate Blue #714BC5
RGB
CMYK
RGB Variations
Color information
#714BC5 (or 0x714BC5) is known color: Slate Blue. HEX triplet: 71, 4B and C5. RGB value is (113,75,197). Sum of RGB (Red+Green+Blue) = 113+75+197=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #714BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BC5 is #8EB43A. Grayscale: #636363. Windows color (decimal): -9352251 or 12929905. OLE color: 12929905.
HSL color Cylindrical-coordinate representation of color #714BC5: hue angle of 258.69º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714BC5 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 75 | 197 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.23 |
| HSL | 258.69º | 0.51% | 0.53% | - |
| HSV(B) | 258.69º | 0.62% | 0.77% | - |
| XYZ | 19.4 | 12.57 | 54.23 | - |
| YUV | 100.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 197 | 0.43 | 0.62 | 0 | 0.23 | 258.69 | 0.51 | 0.53 |
| Hex | 71 | 4B | C5 | 2B | 3E | 0 | 17 | 103 | 33 | 35 |
| Octal | 161 | 113 | 305 | 53 | 76 | 0 | 27 | 403 | 63 | 65 |
| Binary | 1110001 | 1001011 | 11000101 | 101011 | 111110 | 0 | 10111 | 100000011 | 110011 | 110101 |
Color Harmonies of #714BC5
Complementary color
Monochromatic Colors of #714BC5
Black with #714BC5
Text Example
Text Example
White with #714BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BC5; }
p { color: rgb(113,75,197); }
H1.HeaderClassName
{
color: #714BC5;
}
.AnyTagClassName
{
color: #714BC5;
}
</style>
background-color css
<style>
a { background-color: #714BC5; }
a { background-color: rgb(113,75,197); }
div.DivClassName
{
background-color: #714BC5;
}
.BgClassName
{
background-color: #714BC5;
}
</style>
border-color css
<style>
span { border-color: #714BC5; }
span { border-color: rgb(113,75,197); }
td.TdClassName
{
border-color: #714BC5;
}
.TagClassName
{
border-color: #714BC5;
}
</style>