Shades of Slate Blue #7151D4
Tints of Slate Blue #7151D4
RGB
CMYK
RGB Variations
Color information
#7151D4 (or 0x7151D4) is known color: Slate Blue. HEX triplet: 71, 51 and D4. RGB value is (113,81,212). Sum of RGB (Red+Green+Blue) = 113+81+212=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #7151D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151D4 is #8EAE2B. Grayscale: #696969. Windows color (decimal): -9350700 or 13914481. OLE color: 13914481.
HSL color Cylindrical-coordinate representation of color #7151D4: hue angle of 254.66º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7151D4 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 81 | 212 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.17 |
| HSL | 254.66º | 0.6% | 0.57% | - |
| HSV(B) | 254.66º | 0.62% | 0.83% | - |
| XYZ | 21.64 | 14.15 | 63.88 | - |
| YUV | 105.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 212 | 0.47 | 0.62 | 0 | 0.17 | 254.66 | 0.6 | 0.57 |
| Hex | 71 | 51 | D4 | 2F | 3E | 0 | 11 | FF | 3C | 39 |
| Octal | 161 | 121 | 324 | 57 | 76 | 0 | 21 | 377 | 74 | 71 |
| Binary | 1110001 | 1010001 | 11010100 | 101111 | 111110 | 0 | 10001 | 11111111 | 111100 | 111001 |
Color Harmonies of #7151D4
Complementary color
Monochromatic Colors of #7151D4
Black with #7151D4
Text Example
Text Example
White with #7151D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151D4; }
p { color: rgb(113,81,212); }
H1.HeaderClassName
{
color: #7151D4;
}
.AnyTagClassName
{
color: #7151D4;
}
</style>
background-color css
<style>
a { background-color: #7151D4; }
a { background-color: rgb(113,81,212); }
div.DivClassName
{
background-color: #7151D4;
}
.BgClassName
{
background-color: #7151D4;
}
</style>
border-color css
<style>
span { border-color: #7151D4; }
span { border-color: rgb(113,81,212); }
td.TdClassName
{
border-color: #7151D4;
}
.TagClassName
{
border-color: #7151D4;
}
</style>