Shades of Slate Blue #7149C2
Tints of Slate Blue #7149C2
RGB
CMYK
RGB Variations
Color information
#7149C2 (or 0x7149C2) is known color: Slate Blue. HEX triplet: 71, 49 and C2. RGB value is (113,73,194). Sum of RGB (Red+Green+Blue) = 113+73+194=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 194 (76.17% from 255 or 51.05% from 380); Max value from RGB is 194 - color contains mainly: blue. Hex color #7149C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149C2 is #8EB63D. Grayscale: #626262. Windows color (decimal): -9352766 or 12732785. OLE color: 12732785.
HSL color Cylindrical-coordinate representation of color #7149C2: hue angle of 259.83º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7149C2 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 73 | 194 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.24 |
| HSL | 259.83º | 0.5% | 0.52% | - |
| HSV(B) | 259.83º | 0.62% | 0.76% | - |
| XYZ | 18.93 | 12.17 | 52.39 | - |
| YUV | 98.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 194 | 0.42 | 0.62 | 0 | 0.24 | 259.83 | 0.5 | 0.52 |
| Hex | 71 | 49 | C2 | 2A | 3E | 0 | 18 | 104 | 32 | 34 |
| Octal | 161 | 111 | 302 | 52 | 76 | 0 | 30 | 404 | 62 | 64 |
| Binary | 1110001 | 1001001 | 11000010 | 101010 | 111110 | 0 | 11000 | 100000100 | 110010 | 110100 |
Color Harmonies of #7149C2
Complementary color
Monochromatic Colors of #7149C2
Black with #7149C2
Text Example
Text Example
White with #7149C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7149C2; }
p { color: rgb(113,73,194); }
H1.HeaderClassName
{
color: #7149C2;
}
.AnyTagClassName
{
color: #7149C2;
}
</style>
background-color css
<style>
a { background-color: #7149C2; }
a { background-color: rgb(113,73,194); }
div.DivClassName
{
background-color: #7149C2;
}
.BgClassName
{
background-color: #7149C2;
}
</style>
border-color css
<style>
span { border-color: #7149C2; }
span { border-color: rgb(113,73,194); }
td.TdClassName
{
border-color: #7149C2;
}
.TagClassName
{
border-color: #7149C2;
}
</style>