Shades of Slate Blue #7149D5
Tints of Slate Blue #7149D5
RGB
CMYK
RGB Variations
Color information
#7149D5 (or 0x7149D5) is known color: Slate Blue. HEX triplet: 71, 49 and D5. RGB value is (113,73,213). Sum of RGB (Red+Green+Blue) = 113+73+213=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #7149D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149D5 is #8EB62A. Grayscale: #646464. Windows color (decimal): -9352747 or 13977969. OLE color: 13977969.
HSL color Cylindrical-coordinate representation of color #7149D5: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7149D5 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 73 | 213 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.16 |
| HSL | 257.14º | 0.63% | 0.56% | - |
| HSV(B) | 257.14º | 0.66% | 0.84% | - |
| XYZ | 21.2 | 13.08 | 64.36 | - |
| YUV | 100.92 | 191.25 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 213 | 0.47 | 0.66 | 0 | 0.16 | 257.14 | 0.63 | 0.56 |
| Hex | 71 | 49 | D5 | 2F | 42 | 0 | 10 | 101 | 3E | 38 |
| Octal | 161 | 111 | 325 | 57 | 102 | 0 | 20 | 401 | 76 | 70 |
| Binary | 1110001 | 1001001 | 11010101 | 101111 | 1000010 | 0 | 10000 | 100000001 | 111110 | 111000 |
Color Harmonies of #7149D5
Complementary color
Monochromatic Colors of #7149D5
Black with #7149D5
Text Example
Text Example
White with #7149D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7149D5; }
p { color: rgb(113,73,213); }
H1.HeaderClassName
{
color: #7149D5;
}
.AnyTagClassName
{
color: #7149D5;
}
</style>
background-color css
<style>
a { background-color: #7149D5; }
a { background-color: rgb(113,73,213); }
div.DivClassName
{
background-color: #7149D5;
}
.BgClassName
{
background-color: #7149D5;
}
</style>
border-color css
<style>
span { border-color: #7149D5; }
span { border-color: rgb(113,73,213); }
td.TdClassName
{
border-color: #7149D5;
}
.TagClassName
{
border-color: #7149D5;
}
</style>