Shades of Slate Blue #7446CF
Tints of Slate Blue #7446CF
RGB
CMYK
RGB Variations
Color information
#7446CF (or 0x7446CF) is known color: Slate Blue. HEX triplet: 74, 46 and CF. RGB value is (116,70,207). Sum of RGB (Red+Green+Blue) = 116+70+207=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7446CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7446CF is #8BB930. Grayscale: #626262. Windows color (decimal): -9156913 or 13583988. OLE color: 13583988.
HSL color Cylindrical-coordinate representation of color #7446CF: hue angle of 260.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7446CF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 70 | 207 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.19 |
| HSL | 260.15º | 0.59% | 0.54% | - |
| HSV(B) | 260.15º | 0.66% | 0.81% | - |
| XYZ | 20.66 | 12.6 | 60.37 | - |
| YUV | 99.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 207 | 0.44 | 0.66 | 0 | 0.19 | 260.15 | 0.59 | 0.54 |
| Hex | 74 | 46 | CF | 2C | 42 | 0 | 13 | 104 | 3B | 36 |
| Octal | 164 | 106 | 317 | 54 | 102 | 0 | 23 | 404 | 73 | 66 |
| Binary | 1110100 | 1000110 | 11001111 | 101100 | 1000010 | 0 | 10011 | 100000100 | 111011 | 110110 |
Color Harmonies of #7446CF
Complementary color
Monochromatic Colors of #7446CF
Black with #7446CF
Text Example
Text Example
White with #7446CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7446CF; }
p { color: rgb(116,70,207); }
H1.HeaderClassName
{
color: #7446CF;
}
.AnyTagClassName
{
color: #7446CF;
}
</style>
background-color css
<style>
a { background-color: #7446CF; }
a { background-color: rgb(116,70,207); }
div.DivClassName
{
background-color: #7446CF;
}
.BgClassName
{
background-color: #7446CF;
}
</style>
border-color css
<style>
span { border-color: #7446CF; }
span { border-color: rgb(116,70,207); }
td.TdClassName
{
border-color: #7446CF;
}
.TagClassName
{
border-color: #7446CF;
}
</style>