Shades of Slate Blue #7459C0
Tints of Slate Blue #7459C0
RGB
CMYK
RGB Variations
Color information
#7459C0 (or 0x7459C0) is known color: Slate Blue. HEX triplet: 74, 59 and C0. RGB value is (116,89,192). Sum of RGB (Red+Green+Blue) = 116+89+192=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #7459C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459C0 is #8BA63F. Grayscale: #6C6C6C. Windows color (decimal): -9152064 or 12605812. OLE color: 12605812.
HSL color Cylindrical-coordinate representation of color #7459C0: hue angle of 255.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7459C0 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 89 | 192 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.25 |
| HSL | 255.73º | 0.45% | 0.55% | - |
| HSV(B) | 255.73º | 0.54% | 0.75% | - |
| XYZ | 20.29 | 14.66 | 51.63 | - |
| YUV | 108.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 192 | 0.40 | 0.54 | 0 | 0.25 | 255.73 | 0.45 | 0.55 |
| Hex | 74 | 59 | C0 | 28 | 36 | 0 | 19 | 100 | 2D | 37 |
| Octal | 164 | 131 | 300 | 50 | 66 | 0 | 31 | 400 | 55 | 67 |
| Binary | 1110100 | 1011001 | 11000000 | 101000 | 110110 | 0 | 11001 | 100000000 | 101101 | 110111 |
Color Harmonies of #7459C0
Complementary color
Monochromatic Colors of #7459C0
Black with #7459C0
Text Example
Text Example
White with #7459C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459C0; }
p { color: rgb(116,89,192); }
H1.HeaderClassName
{
color: #7459C0;
}
.AnyTagClassName
{
color: #7459C0;
}
</style>
background-color css
<style>
a { background-color: #7459C0; }
a { background-color: rgb(116,89,192); }
div.DivClassName
{
background-color: #7459C0;
}
.BgClassName
{
background-color: #7459C0;
}
</style>
border-color css
<style>
span { border-color: #7459C0; }
span { border-color: rgb(116,89,192); }
td.TdClassName
{
border-color: #7459C0;
}
.TagClassName
{
border-color: #7459C0;
}
</style>