Shades of Slate Blue #7459DC
Tints of Slate Blue #7459DC
RGB
CMYK
RGB Variations
Color information
#7459DC (or 0x7459DC) is known color: Slate Blue. HEX triplet: 74, 59 and DC. RGB value is (116,89,220). Sum of RGB (Red+Green+Blue) = 116+89+220=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #7459DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459DC is #8BA623. Grayscale: #6F6F6F. Windows color (decimal): -9152036 or 14440820. OLE color: 14440820.
HSL color Cylindrical-coordinate representation of color #7459DC: hue angle of 252.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7459DC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 89 | 220 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.14 |
| HSL | 252.37º | 0.65% | 0.61% | - |
| HSV(B) | 252.37º | 0.6% | 0.86% | - |
| XYZ | 23.69 | 16.03 | 69.55 | - |
| YUV | 112.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 220 | 0.47 | 0.60 | 0 | 0.14 | 252.37 | 0.65 | 0.61 |
| Hex | 74 | 59 | DC | 2F | 3C | 0 | E | FC | 41 | 3D |
| Octal | 164 | 131 | 334 | 57 | 74 | 0 | 16 | 374 | 101 | 75 |
| Binary | 1110100 | 1011001 | 11011100 | 101111 | 111100 | 0 | 1110 | 11111100 | 1000001 | 111101 |
Color Harmonies of #7459DC
Complementary color
Monochromatic Colors of #7459DC
Black with #7459DC
Text Example
Text Example
White with #7459DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459DC; }
p { color: rgb(116,89,220); }
H1.HeaderClassName
{
color: #7459DC;
}
.AnyTagClassName
{
color: #7459DC;
}
</style>
background-color css
<style>
a { background-color: #7459DC; }
a { background-color: rgb(116,89,220); }
div.DivClassName
{
background-color: #7459DC;
}
.BgClassName
{
background-color: #7459DC;
}
</style>
border-color css
<style>
span { border-color: #7459DC; }
span { border-color: rgb(116,89,220); }
td.TdClassName
{
border-color: #7459DC;
}
.TagClassName
{
border-color: #7459DC;
}
</style>