Shades of Slate Blue #7446CA
Tints of Slate Blue #7446CA
RGB
CMYK
RGB Variations
Color information
#7446CA (or 0x7446CA) is known color: Slate Blue. HEX triplet: 74, 46 and CA. RGB value is (116,70,202). Sum of RGB (Red+Green+Blue) = 116+70+202=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #7446CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446CA is #8BB935. Grayscale: #626262. Windows color (decimal): -9156918 or 13256308. OLE color: 13256308.
HSL color Cylindrical-coordinate representation of color #7446CA: hue angle of 260.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7446CA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 70 | 202 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.21 |
| HSL | 260.91º | 0.55% | 0.53% | - |
| HSV(B) | 260.91º | 0.65% | 0.79% | - |
| XYZ | 20.05 | 12.36 | 57.21 | - |
| YUV | 98.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 202 | 0.43 | 0.65 | 0 | 0.21 | 260.91 | 0.55 | 0.53 |
| Hex | 74 | 46 | CA | 2B | 41 | 0 | 15 | 105 | 37 | 35 |
| Octal | 164 | 106 | 312 | 53 | 101 | 0 | 25 | 405 | 67 | 65 |
| Binary | 1110100 | 1000110 | 11001010 | 101011 | 1000001 | 0 | 10101 | 100000101 | 110111 | 110101 |
Color Harmonies of #7446CA
Complementary color
Monochromatic Colors of #7446CA
Black with #7446CA
Text Example
Text Example
White with #7446CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7446CA; }
p { color: rgb(116,70,202); }
H1.HeaderClassName
{
color: #7446CA;
}
.AnyTagClassName
{
color: #7446CA;
}
</style>
background-color css
<style>
a { background-color: #7446CA; }
a { background-color: rgb(116,70,202); }
div.DivClassName
{
background-color: #7446CA;
}
.BgClassName
{
background-color: #7446CA;
}
</style>
border-color css
<style>
span { border-color: #7446CA; }
span { border-color: rgb(116,70,202); }
td.TdClassName
{
border-color: #7446CA;
}
.TagClassName
{
border-color: #7446CA;
}
</style>