Shades of Slate Blue #7146E6
Tints of Slate Blue #7146E6
RGB
CMYK
RGB Variations
Color information
#7146E6 (or 0x7146E6) is known color: Slate Blue. HEX triplet: 71, 46 and E6. RGB value is (113,70,230). Sum of RGB (Red+Green+Blue) = 113+70+230=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #7146E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7146E6 is #8EB919. Grayscale: #646464. Windows color (decimal): -9353498 or 15091313. OLE color: 15091313.
HSL color Cylindrical-coordinate representation of color #7146E6: hue angle of 256.12º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7146E6 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 70 | 230 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.10 |
| HSL | 256.13º | 0.76% | 0.59% | - |
| HSV(B) | 256.13º | 0.7% | 0.9% | - |
| XYZ | 23.28 | 13.6 | 76.26 | - |
| YUV | 101.1 | 200.75 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 230 | 0.51 | 0.70 | 0 | 0.10 | 256.13 | 0.76 | 0.59 |
| Hex | 71 | 46 | E6 | 33 | 46 | 0 | A | 100 | 4C | 3B |
| Octal | 161 | 106 | 346 | 63 | 106 | 0 | 12 | 400 | 114 | 73 |
| Binary | 1110001 | 1000110 | 11100110 | 110011 | 1000110 | 0 | 1010 | 100000000 | 1001100 | 111011 |
Color Harmonies of #7146E6
Complementary color
Monochromatic Colors of #7146E6
Black with #7146E6
Text Example
Text Example
White with #7146E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7146E6; }
p { color: rgb(113,70,230); }
H1.HeaderClassName
{
color: #7146E6;
}
.AnyTagClassName
{
color: #7146E6;
}
</style>
background-color css
<style>
a { background-color: #7146E6; }
a { background-color: rgb(113,70,230); }
div.DivClassName
{
background-color: #7146E6;
}
.BgClassName
{
background-color: #7146E6;
}
</style>
border-color css
<style>
span { border-color: #7146E6; }
span { border-color: rgb(113,70,230); }
td.TdClassName
{
border-color: #7146E6;
}
.TagClassName
{
border-color: #7146E6;
}
</style>