Shades of Slate Blue #7151DA
Tints of Slate Blue #7151DA
RGB
CMYK
RGB Variations
Color information
#7151DA (or 0x7151DA) is known color: Slate Blue. HEX triplet: 71, 51 and DA. RGB value is (113,81,218). Sum of RGB (Red+Green+Blue) = 113+81+218=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #7151DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151DA is #8EAE25. Grayscale: #696969. Windows color (decimal): -9350694 or 14307697. OLE color: 14307697.
HSL color Cylindrical-coordinate representation of color #7151DA: hue angle of 254.01º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7151DA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 81 | 218 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.15 |
| HSL | 254.01º | 0.65% | 0.59% | - |
| HSV(B) | 254.01º | 0.63% | 0.85% | - |
| XYZ | 22.41 | 14.46 | 67.94 | - |
| YUV | 106.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 218 | 0.48 | 0.63 | 0 | 0.15 | 254.01 | 0.65 | 0.59 |
| Hex | 71 | 51 | DA | 30 | 3F | 0 | F | FE | 41 | 3B |
| Octal | 161 | 121 | 332 | 60 | 77 | 0 | 17 | 376 | 101 | 73 |
| Binary | 1110001 | 1010001 | 11011010 | 110000 | 111111 | 0 | 1111 | 11111110 | 1000001 | 111011 |
Color Harmonies of #7151DA
Complementary color
Monochromatic Colors of #7151DA
Black with #7151DA
Text Example
Text Example
White with #7151DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151DA; }
p { color: rgb(113,81,218); }
H1.HeaderClassName
{
color: #7151DA;
}
.AnyTagClassName
{
color: #7151DA;
}
</style>
background-color css
<style>
a { background-color: #7151DA; }
a { background-color: rgb(113,81,218); }
div.DivClassName
{
background-color: #7151DA;
}
.BgClassName
{
background-color: #7151DA;
}
</style>
border-color css
<style>
span { border-color: #7151DA; }
span { border-color: rgb(113,81,218); }
td.TdClassName
{
border-color: #7151DA;
}
.TagClassName
{
border-color: #7151DA;
}
</style>