Shades of Slate Blue #7462CF
Tints of Slate Blue #7462CF
RGB
CMYK
RGB Variations
Color information
#7462CF (or 0x7462CF) is known color: Slate Blue. HEX triplet: 74, 62 and CF. RGB value is (116,98,207). Sum of RGB (Red+Green+Blue) = 116+98+207=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7462CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462CF is #8B9D30. Grayscale: #737373. Windows color (decimal): -9149745 or 13591156. OLE color: 13591156.
HSL color Cylindrical-coordinate representation of color #7462CF: hue angle of 249.91º 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 #7462CF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 98 | 207 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.19 |
| HSL | 249.91º | 0.53% | 0.6% | - |
| HSV(B) | 249.91º | 0.53% | 0.81% | - |
| XYZ | 22.83 | 16.95 | 61.1 | - |
| YUV | 115.81 | 179.46 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 207 | 0.44 | 0.53 | 0 | 0.19 | 249.91 | 0.53 | 0.6 |
| Hex | 74 | 62 | CF | 2C | 35 | 0 | 13 | FA | 35 | 3C |
| Octal | 164 | 142 | 317 | 54 | 65 | 0 | 23 | 372 | 65 | 74 |
| Binary | 1110100 | 1100010 | 11001111 | 101100 | 110101 | 0 | 10011 | 11111010 | 110101 | 111100 |
Color Harmonies of #7462CF
Complementary color
Monochromatic Colors of #7462CF
Black with #7462CF
Text Example
Text Example
White with #7462CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7462CF; }
p { color: rgb(116,98,207); }
H1.HeaderClassName
{
color: #7462CF;
}
.AnyTagClassName
{
color: #7462CF;
}
</style>
background-color css
<style>
a { background-color: #7462CF; }
a { background-color: rgb(116,98,207); }
div.DivClassName
{
background-color: #7462CF;
}
.BgClassName
{
background-color: #7462CF;
}
</style>
border-color css
<style>
span { border-color: #7462CF; }
span { border-color: rgb(116,98,207); }
td.TdClassName
{
border-color: #7462CF;
}
.TagClassName
{
border-color: #7462CF;
}
</style>