Shades of Slate Blue #7449C9
Tints of Slate Blue #7449C9
RGB
CMYK
RGB Variations
Color information
#7449C9 (or 0x7449C9) is known color: Slate Blue. HEX triplet: 74, 49 and C9. RGB value is (116,73,201). Sum of RGB (Red+Green+Blue) = 116+73+201=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #7449C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449C9 is #8BB636. Grayscale: #636363. Windows color (decimal): -9156151 or 13191540. OLE color: 13191540.
HSL color Cylindrical-coordinate representation of color #7449C9: hue angle of 260.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7449C9 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 73 | 201 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.21 |
| HSL | 260.16º | 0.54% | 0.54% | - |
| HSV(B) | 260.16º | 0.64% | 0.79% | - |
| XYZ | 20.13 | 12.7 | 56.65 | - |
| YUV | 100.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 201 | 0.42 | 0.64 | 0 | 0.21 | 260.16 | 0.54 | 0.54 |
| Hex | 74 | 49 | C9 | 2A | 40 | 0 | 15 | 104 | 36 | 36 |
| Octal | 164 | 111 | 311 | 52 | 100 | 0 | 25 | 404 | 66 | 66 |
| Binary | 1110100 | 1001001 | 11001001 | 101010 | 1000000 | 0 | 10101 | 100000100 | 110110 | 110110 |
Color Harmonies of #7449C9
Complementary color
Monochromatic Colors of #7449C9
Black with #7449C9
Text Example
Text Example
White with #7449C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449C9; }
p { color: rgb(116,73,201); }
H1.HeaderClassName
{
color: #7449C9;
}
.AnyTagClassName
{
color: #7449C9;
}
</style>
background-color css
<style>
a { background-color: #7449C9; }
a { background-color: rgb(116,73,201); }
div.DivClassName
{
background-color: #7449C9;
}
.BgClassName
{
background-color: #7449C9;
}
</style>
border-color css
<style>
span { border-color: #7449C9; }
span { border-color: rgb(116,73,201); }
td.TdClassName
{
border-color: #7449C9;
}
.TagClassName
{
border-color: #7449C9;
}
</style>