Shades of Slate Blue #7145E9
Tints of Slate Blue #7145E9
RGB
CMYK
RGB Variations
Color information
#7145E9 (or 0x7145E9) is known color: Slate Blue. HEX triplet: 71, 45 and E9. RGB value is (113,69,233). Sum of RGB (Red+Green+Blue) = 113+69+233=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 233 (91.41% from 255 or 56.14% from 415); Max value from RGB is 233 - color contains mainly: blue. Hex color #7145E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145E9 is #8EBA16. Grayscale: #646464. Windows color (decimal): -9353751 or 15287665. OLE color: 15287665.
HSL color Cylindrical-coordinate representation of color #7145E9: hue angle of 256.1º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7145E9 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 69 | 233 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.09 |
| HSL | 256.1º | 0.79% | 0.59% | - |
| HSV(B) | 256.1º | 0.7% | 0.91% | - |
| XYZ | 23.65 | 13.65 | 78.48 | - |
| YUV | 100.85 | 202.58 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 233 | 0.52 | 0.70 | 0 | 0.09 | 256.1 | 0.79 | 0.59 |
| Hex | 71 | 45 | E9 | 34 | 46 | 0 | 9 | 100 | 4F | 3B |
| Octal | 161 | 105 | 351 | 64 | 106 | 0 | 11 | 400 | 117 | 73 |
| Binary | 1110001 | 1000101 | 11101001 | 110100 | 1000110 | 0 | 1001 | 100000000 | 1001111 | 111011 |
Color Harmonies of #7145E9
Complementary color
Monochromatic Colors of #7145E9
Black with #7145E9
Text Example
Text Example
White with #7145E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145E9; }
p { color: rgb(113,69,233); }
H1.HeaderClassName
{
color: #7145E9;
}
.AnyTagClassName
{
color: #7145E9;
}
</style>
background-color css
<style>
a { background-color: #7145E9; }
a { background-color: rgb(113,69,233); }
div.DivClassName
{
background-color: #7145E9;
}
.BgClassName
{
background-color: #7145E9;
}
</style>
border-color css
<style>
span { border-color: #7145E9; }
span { border-color: rgb(113,69,233); }
td.TdClassName
{
border-color: #7145E9;
}
.TagClassName
{
border-color: #7145E9;
}
</style>