Shades of Slate Blue #7461CF
Tints of Slate Blue #7461CF
RGB
CMYK
RGB Variations
Color information
#7461CF (or 0x7461CF) is known color: Slate Blue. HEX triplet: 74, 61 and CF. RGB value is (116,97,207). Sum of RGB (Red+Green+Blue) = 116+97+207=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7461CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461CF is #8B9E30. Grayscale: #727272. Windows color (decimal): -9150001 or 13590900. OLE color: 13590900.
HSL color Cylindrical-coordinate representation of color #7461CF: hue angle of 250.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7461CF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 97 | 207 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.19 |
| HSL | 250.36º | 0.53% | 0.6% | - |
| HSV(B) | 250.36º | 0.53% | 0.81% | - |
| XYZ | 22.74 | 16.77 | 61.07 | - |
| YUV | 115.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 207 | 0.44 | 0.53 | 0 | 0.19 | 250.36 | 0.53 | 0.6 |
| Hex | 74 | 61 | CF | 2C | 35 | 0 | 13 | FA | 35 | 3C |
| Octal | 164 | 141 | 317 | 54 | 65 | 0 | 23 | 372 | 65 | 74 |
| Binary | 1110100 | 1100001 | 11001111 | 101100 | 110101 | 0 | 10011 | 11111010 | 110101 | 111100 |
Color Harmonies of #7461CF
Complementary color
Monochromatic Colors of #7461CF
Black with #7461CF
Text Example
Text Example
White with #7461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461CF; }
p { color: rgb(116,97,207); }
H1.HeaderClassName
{
color: #7461CF;
}
.AnyTagClassName
{
color: #7461CF;
}
</style>
background-color css
<style>
a { background-color: #7461CF; }
a { background-color: rgb(116,97,207); }
div.DivClassName
{
background-color: #7461CF;
}
.BgClassName
{
background-color: #7461CF;
}
</style>
border-color css
<style>
span { border-color: #7461CF; }
span { border-color: rgb(116,97,207); }
td.TdClassName
{
border-color: #7461CF;
}
.TagClassName
{
border-color: #7461CF;
}
</style>