Shades of Slate Blue #7151DF
Tints of Slate Blue #7151DF
RGB
CMYK
RGB Variations
Color information
#7151DF (or 0x7151DF) is known color: Slate Blue. HEX triplet: 71, 51 and DF. RGB value is (113,81,223). Sum of RGB (Red+Green+Blue) = 113+81+223=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #7151DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151DF is #8EAE20. Grayscale: #6A6A6A. Windows color (decimal): -9350689 or 14635377. OLE color: 14635377.
HSL color Cylindrical-coordinate representation of color #7151DF: hue angle of 253.52º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7151DF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 81 | 223 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.13 |
| HSL | 253.52º | 0.69% | 0.6% | - |
| HSV(B) | 253.52º | 0.64% | 0.87% | - |
| XYZ | 23.07 | 14.72 | 71.44 | - |
| YUV | 106.76 | 193.6 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 223 | 0.49 | 0.64 | 0 | 0.13 | 253.52 | 0.69 | 0.6 |
| Hex | 71 | 51 | DF | 31 | 40 | 0 | D | FE | 45 | 3C |
| Octal | 161 | 121 | 337 | 61 | 100 | 0 | 15 | 376 | 105 | 74 |
| Binary | 1110001 | 1010001 | 11011111 | 110001 | 1000000 | 0 | 1101 | 11111110 | 1000101 | 111100 |
Color Harmonies of #7151DF
Complementary color
Monochromatic Colors of #7151DF
Black with #7151DF
Text Example
Text Example
White with #7151DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151DF; }
p { color: rgb(113,81,223); }
H1.HeaderClassName
{
color: #7151DF;
}
.AnyTagClassName
{
color: #7151DF;
}
</style>
background-color css
<style>
a { background-color: #7151DF; }
a { background-color: rgb(113,81,223); }
div.DivClassName
{
background-color: #7151DF;
}
.BgClassName
{
background-color: #7151DF;
}
</style>
border-color css
<style>
span { border-color: #7151DF; }
span { border-color: rgb(113,81,223); }
td.TdClassName
{
border-color: #7151DF;
}
.TagClassName
{
border-color: #7151DF;
}
</style>