Shades of Slate Blue #7461DC
Tints of Slate Blue #7461DC
RGB
CMYK
RGB Variations
Color information
#7461DC (or 0x7461DC) is known color: Slate Blue. HEX triplet: 74, 61 and DC. RGB value is (116,97,220). Sum of RGB (Red+Green+Blue) = 116+97+220=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7461DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461DC is #8B9E23. Grayscale: #747474. Windows color (decimal): -9149988 or 14442868. OLE color: 14442868.
HSL color Cylindrical-coordinate representation of color #7461DC: hue angle of 249.27º 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 #7461DC is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 97 | 220 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.14 |
| HSL | 249.27º | 0.64% | 0.62% | - |
| HSV(B) | 249.27º | 0.56% | 0.86% | - |
| XYZ | 24.4 | 17.43 | 69.79 | - |
| YUV | 116.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 220 | 0.47 | 0.56 | 0 | 0.14 | 249.27 | 0.64 | 0.62 |
| Hex | 74 | 61 | DC | 2F | 38 | 0 | E | F9 | 40 | 3E |
| Octal | 164 | 141 | 334 | 57 | 70 | 0 | 16 | 371 | 100 | 76 |
| Binary | 1110100 | 1100001 | 11011100 | 101111 | 111000 | 0 | 1110 | 11111001 | 1000000 | 111110 |
Color Harmonies of #7461DC
Complementary color
Monochromatic Colors of #7461DC
Black with #7461DC
Text Example
Text Example
White with #7461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461DC; }
p { color: rgb(116,97,220); }
H1.HeaderClassName
{
color: #7461DC;
}
.AnyTagClassName
{
color: #7461DC;
}
</style>
background-color css
<style>
a { background-color: #7461DC; }
a { background-color: rgb(116,97,220); }
div.DivClassName
{
background-color: #7461DC;
}
.BgClassName
{
background-color: #7461DC;
}
</style>
border-color css
<style>
span { border-color: #7461DC; }
span { border-color: rgb(116,97,220); }
td.TdClassName
{
border-color: #7461DC;
}
.TagClassName
{
border-color: #7461DC;
}
</style>