Shades of Slate Blue #7453CA
Tints of Slate Blue #7453CA
RGB
CMYK
RGB Variations
Color information
#7453CA (or 0x7453CA) is known color: Slate Blue. HEX triplet: 74, 53 and CA. RGB value is (116,83,202). Sum of RGB (Red+Green+Blue) = 116+83+202=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7453CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453CA is #8BAC35. Grayscale: #696969. Windows color (decimal): -9153590 or 13259636. OLE color: 13259636.
HSL color Cylindrical-coordinate representation of color #7453CA: hue angle of 256.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7453CA is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 83 | 202 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.21 |
| HSL | 256.64º | 0.53% | 0.56% | - |
| HSV(B) | 256.64º | 0.59% | 0.79% | - |
| XYZ | 20.96 | 14.16 | 57.51 | - |
| YUV | 106.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 202 | 0.43 | 0.59 | 0 | 0.21 | 256.64 | 0.53 | 0.56 |
| Hex | 74 | 53 | CA | 2B | 3B | 0 | 15 | 101 | 35 | 38 |
| Octal | 164 | 123 | 312 | 53 | 73 | 0 | 25 | 401 | 65 | 70 |
| Binary | 1110100 | 1010011 | 11001010 | 101011 | 111011 | 0 | 10101 | 100000001 | 110101 | 111000 |
Color Harmonies of #7453CA
Complementary color
Monochromatic Colors of #7453CA
Black with #7453CA
Text Example
Text Example
White with #7453CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7453CA; }
p { color: rgb(116,83,202); }
H1.HeaderClassName
{
color: #7453CA;
}
.AnyTagClassName
{
color: #7453CA;
}
</style>
background-color css
<style>
a { background-color: #7453CA; }
a { background-color: rgb(116,83,202); }
div.DivClassName
{
background-color: #7453CA;
}
.BgClassName
{
background-color: #7453CA;
}
</style>
border-color css
<style>
span { border-color: #7453CA; }
span { border-color: rgb(116,83,202); }
td.TdClassName
{
border-color: #7453CA;
}
.TagClassName
{
border-color: #7453CA;
}
</style>