Shades of Slate Blue #7460DC
Tints of Slate Blue #7460DC
RGB
CMYK
RGB Variations
Color information
#7460DC (or 0x7460DC) is known color: Slate Blue. HEX triplet: 74, 60 and DC. RGB value is (116,96,220). Sum of RGB (Red+Green+Blue) = 116+96+220=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #7460DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460DC is #8B9F23. Grayscale: #737373. Windows color (decimal): -9150244 or 14442612. OLE color: 14442612.
HSL color Cylindrical-coordinate representation of color #7460DC: hue angle of 249.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7460DC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 96 | 220 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.14 |
| HSL | 249.68º | 0.64% | 0.62% | - |
| HSV(B) | 249.68º | 0.56% | 0.86% | - |
| XYZ | 24.3 | 17.25 | 69.76 | - |
| YUV | 116.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 220 | 0.47 | 0.56 | 0 | 0.14 | 249.68 | 0.64 | 0.62 |
| Hex | 74 | 60 | DC | 2F | 38 | 0 | E | FA | 40 | 3E |
| Octal | 164 | 140 | 334 | 57 | 70 | 0 | 16 | 372 | 100 | 76 |
| Binary | 1110100 | 1100000 | 11011100 | 101111 | 111000 | 0 | 1110 | 11111010 | 1000000 | 111110 |
Color Harmonies of #7460DC
Complementary color
Monochromatic Colors of #7460DC
Black with #7460DC
Text Example
Text Example
White with #7460DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460DC; }
p { color: rgb(116,96,220); }
H1.HeaderClassName
{
color: #7460DC;
}
.AnyTagClassName
{
color: #7460DC;
}
</style>
background-color css
<style>
a { background-color: #7460DC; }
a { background-color: rgb(116,96,220); }
div.DivClassName
{
background-color: #7460DC;
}
.BgClassName
{
background-color: #7460DC;
}
</style>
border-color css
<style>
span { border-color: #7460DC; }
span { border-color: rgb(116,96,220); }
td.TdClassName
{
border-color: #7460DC;
}
.TagClassName
{
border-color: #7460DC;
}
</style>