Shades of Slate Blue #7459D0
Tints of Slate Blue #7459D0
RGB
CMYK
RGB Variations
Color information
#7459D0 (or 0x7459D0) is known color: Slate Blue. HEX triplet: 74, 59 and D0. RGB value is (116,89,208). Sum of RGB (Red+Green+Blue) = 116+89+208=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #7459D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459D0 is #8BA62F. Grayscale: #6E6E6E. Windows color (decimal): -9152048 or 13654388. OLE color: 13654388.
HSL color Cylindrical-coordinate representation of color #7459D0: hue angle of 253.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7459D0 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 89 | 208 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.18 |
| HSL | 253.61º | 0.56% | 0.58% | - |
| HSV(B) | 253.61º | 0.57% | 0.82% | - |
| XYZ | 22.16 | 15.41 | 61.48 | - |
| YUV | 110.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 208 | 0.44 | 0.57 | 0 | 0.18 | 253.61 | 0.56 | 0.58 |
| Hex | 74 | 59 | D0 | 2C | 39 | 0 | 12 | FE | 38 | 3A |
| Octal | 164 | 131 | 320 | 54 | 71 | 0 | 22 | 376 | 70 | 72 |
| Binary | 1110100 | 1011001 | 11010000 | 101100 | 111001 | 0 | 10010 | 11111110 | 111000 | 111010 |
Color Harmonies of #7459D0
Complementary color
Monochromatic Colors of #7459D0
Black with #7459D0
Text Example
Text Example
White with #7459D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459D0; }
p { color: rgb(116,89,208); }
H1.HeaderClassName
{
color: #7459D0;
}
.AnyTagClassName
{
color: #7459D0;
}
</style>
background-color css
<style>
a { background-color: #7459D0; }
a { background-color: rgb(116,89,208); }
div.DivClassName
{
background-color: #7459D0;
}
.BgClassName
{
background-color: #7459D0;
}
</style>
border-color css
<style>
span { border-color: #7459D0; }
span { border-color: rgb(116,89,208); }
td.TdClassName
{
border-color: #7459D0;
}
.TagClassName
{
border-color: #7459D0;
}
</style>