Shades of Slate Blue #7460D3
Tints of Slate Blue #7460D3
RGB
CMYK
RGB Variations
Color information
#7460D3 (or 0x7460D3) is known color: Slate Blue. HEX triplet: 74, 60 and D3. RGB value is (116,96,211). Sum of RGB (Red+Green+Blue) = 116+96+211=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #7460D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460D3 is #8B9F2C. Grayscale: #727272. Windows color (decimal): -9150253 or 13852788. OLE color: 13852788.
HSL color Cylindrical-coordinate representation of color #7460D3: hue angle of 250.43º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7460D3 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 96 | 211 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.17 |
| HSL | 250.43º | 0.57% | 0.6% | - |
| HSV(B) | 250.43º | 0.55% | 0.83% | - |
| XYZ | 23.14 | 16.78 | 63.65 | - |
| YUV | 115.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 211 | 0.45 | 0.55 | 0 | 0.17 | 250.43 | 0.57 | 0.6 |
| Hex | 74 | 60 | D3 | 2D | 37 | 0 | 11 | FA | 39 | 3C |
| Octal | 164 | 140 | 323 | 55 | 67 | 0 | 21 | 372 | 71 | 74 |
| Binary | 1110100 | 1100000 | 11010011 | 101101 | 110111 | 0 | 10001 | 11111010 | 111001 | 111100 |
Color Harmonies of #7460D3
Complementary color
Monochromatic Colors of #7460D3
Black with #7460D3
Text Example
Text Example
White with #7460D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460D3; }
p { color: rgb(116,96,211); }
H1.HeaderClassName
{
color: #7460D3;
}
.AnyTagClassName
{
color: #7460D3;
}
</style>
background-color css
<style>
a { background-color: #7460D3; }
a { background-color: rgb(116,96,211); }
div.DivClassName
{
background-color: #7460D3;
}
.BgClassName
{
background-color: #7460D3;
}
</style>
border-color css
<style>
span { border-color: #7460D3; }
span { border-color: rgb(116,96,211); }
td.TdClassName
{
border-color: #7460D3;
}
.TagClassName
{
border-color: #7460D3;
}
</style>