Shades of Slate Blue #7149E6
Tints of Slate Blue #7149E6
RGB
CMYK
RGB Variations
Color information
#7149E6 (or 0x7149E6) is known color: Slate Blue. HEX triplet: 71, 49 and E6. RGB value is (113,73,230). Sum of RGB (Red+Green+Blue) = 113+73+230=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #7149E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7149E6 is #8EB619. Grayscale: #666666. Windows color (decimal): -9352730 or 15092081. OLE color: 15092081.
HSL color Cylindrical-coordinate representation of color #7149E6: hue angle of 255.29º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7149E6 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 73 | 230 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.10 |
| HSL | 255.29º | 0.76% | 0.59% | - |
| HSV(B) | 255.29º | 0.68% | 0.9% | - |
| XYZ | 23.48 | 13.99 | 76.33 | - |
| YUV | 102.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 230 | 0.51 | 0.68 | 0 | 0.10 | 255.29 | 0.76 | 0.59 |
| Hex | 71 | 49 | E6 | 33 | 44 | 0 | A | FF | 4C | 3B |
| Octal | 161 | 111 | 346 | 63 | 104 | 0 | 12 | 377 | 114 | 73 |
| Binary | 1110001 | 1001001 | 11100110 | 110011 | 1000100 | 0 | 1010 | 11111111 | 1001100 | 111011 |
Color Harmonies of #7149E6
Complementary color
Monochromatic Colors of #7149E6
Black with #7149E6
Text Example
Text Example
White with #7149E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7149E6; }
p { color: rgb(113,73,230); }
H1.HeaderClassName
{
color: #7149E6;
}
.AnyTagClassName
{
color: #7149E6;
}
</style>
background-color css
<style>
a { background-color: #7149E6; }
a { background-color: rgb(113,73,230); }
div.DivClassName
{
background-color: #7149E6;
}
.BgClassName
{
background-color: #7149E6;
}
</style>
border-color css
<style>
span { border-color: #7149E6; }
span { border-color: rgb(113,73,230); }
td.TdClassName
{
border-color: #7149E6;
}
.TagClassName
{
border-color: #7149E6;
}
</style>