Shades of Slate Blue #7459DF
Tints of Slate Blue #7459DF
RGB
CMYK
RGB Variations
Color information
#7459DF (or 0x7459DF) is known color: Slate Blue. HEX triplet: 74, 59 and DF. RGB value is (116,89,223). Sum of RGB (Red+Green+Blue) = 116+89+223=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #7459DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459DF is #8BA620. Grayscale: #6F6F6F. Windows color (decimal): -9152033 or 14637428. OLE color: 14637428.
HSL color Cylindrical-coordinate representation of color #7459DF: hue angle of 252.09º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7459DF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 89 | 223 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.13 |
| HSL | 252.09º | 0.68% | 0.61% | - |
| HSV(B) | 252.09º | 0.6% | 0.87% | - |
| XYZ | 24.09 | 16.19 | 71.67 | - |
| YUV | 112.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 223 | 0.48 | 0.60 | 0 | 0.13 | 252.09 | 0.68 | 0.61 |
| Hex | 74 | 59 | DF | 30 | 3C | 0 | D | FC | 44 | 3D |
| Octal | 164 | 131 | 337 | 60 | 74 | 0 | 15 | 374 | 104 | 75 |
| Binary | 1110100 | 1011001 | 11011111 | 110000 | 111100 | 0 | 1101 | 11111100 | 1000100 | 111101 |
Color Harmonies of #7459DF
Complementary color
Monochromatic Colors of #7459DF
Black with #7459DF
Text Example
Text Example
White with #7459DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459DF; }
p { color: rgb(116,89,223); }
H1.HeaderClassName
{
color: #7459DF;
}
.AnyTagClassName
{
color: #7459DF;
}
</style>
background-color css
<style>
a { background-color: #7459DF; }
a { background-color: rgb(116,89,223); }
div.DivClassName
{
background-color: #7459DF;
}
.BgClassName
{
background-color: #7459DF;
}
</style>
border-color css
<style>
span { border-color: #7459DF; }
span { border-color: rgb(116,89,223); }
td.TdClassName
{
border-color: #7459DF;
}
.TagClassName
{
border-color: #7459DF;
}
</style>