Shades of Slate Blue #7453CF
Tints of Slate Blue #7453CF
RGB
CMYK
RGB Variations
Color information
#7453CF (or 0x7453CF) is known color: Slate Blue. HEX triplet: 74, 53 and CF. RGB value is (116,83,207). Sum of RGB (Red+Green+Blue) = 116+83+207=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #7453CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453CF is #8BAC30. Grayscale: #6A6A6A. Windows color (decimal): -9153585 or 13587316. OLE color: 13587316.
HSL color Cylindrical-coordinate representation of color #7453CF: hue angle of 255.97º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7453CF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 83 | 207 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.19 |
| HSL | 255.97º | 0.56% | 0.57% | - |
| HSV(B) | 255.97º | 0.6% | 0.81% | - |
| XYZ | 21.56 | 14.4 | 60.68 | - |
| YUV | 107 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 207 | 0.44 | 0.60 | 0 | 0.19 | 255.97 | 0.56 | 0.57 |
| Hex | 74 | 53 | CF | 2C | 3C | 0 | 13 | 100 | 38 | 39 |
| Octal | 164 | 123 | 317 | 54 | 74 | 0 | 23 | 400 | 70 | 71 |
| Binary | 1110100 | 1010011 | 11001111 | 101100 | 111100 | 0 | 10011 | 100000000 | 111000 | 111001 |
Color Harmonies of #7453CF
Complementary color
Monochromatic Colors of #7453CF
Black with #7453CF
Text Example
Text Example
White with #7453CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7453CF; }
p { color: rgb(116,83,207); }
H1.HeaderClassName
{
color: #7453CF;
}
.AnyTagClassName
{
color: #7453CF;
}
</style>
background-color css
<style>
a { background-color: #7453CF; }
a { background-color: rgb(116,83,207); }
div.DivClassName
{
background-color: #7453CF;
}
.BgClassName
{
background-color: #7453CF;
}
</style>
border-color css
<style>
span { border-color: #7453CF; }
span { border-color: rgb(116,83,207); }
td.TdClassName
{
border-color: #7453CF;
}
.TagClassName
{
border-color: #7453CF;
}
</style>