Shades of Slate Blue #7449D3
Tints of Slate Blue #7449D3
RGB
CMYK
RGB Variations
Color information
#7449D3 (or 0x7449D3) is known color: Slate Blue. HEX triplet: 74, 49 and D3. RGB value is (116,73,211). Sum of RGB (Red+Green+Blue) = 116+73+211=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #7449D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449D3 is #8BB62C. Grayscale: #656565. Windows color (decimal): -9156141 or 13846900. OLE color: 13846900.
HSL color Cylindrical-coordinate representation of color #7449D3: hue angle of 258.7º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7449D3 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 73 | 211 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.17 |
| HSL | 258.7º | 0.61% | 0.56% | - |
| HSV(B) | 258.7º | 0.65% | 0.83% | - |
| XYZ | 21.34 | 13.18 | 63.05 | - |
| YUV | 101.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 211 | 0.45 | 0.65 | 0 | 0.17 | 258.7 | 0.61 | 0.56 |
| Hex | 74 | 49 | D3 | 2D | 41 | 0 | 11 | 103 | 3D | 38 |
| Octal | 164 | 111 | 323 | 55 | 101 | 0 | 21 | 403 | 75 | 70 |
| Binary | 1110100 | 1001001 | 11010011 | 101101 | 1000001 | 0 | 10001 | 100000011 | 111101 | 111000 |
Color Harmonies of #7449D3
Complementary color
Monochromatic Colors of #7449D3
Black with #7449D3
Text Example
Text Example
White with #7449D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449D3; }
p { color: rgb(116,73,211); }
H1.HeaderClassName
{
color: #7449D3;
}
.AnyTagClassName
{
color: #7449D3;
}
</style>
background-color css
<style>
a { background-color: #7449D3; }
a { background-color: rgb(116,73,211); }
div.DivClassName
{
background-color: #7449D3;
}
.BgClassName
{
background-color: #7449D3;
}
</style>
border-color css
<style>
span { border-color: #7449D3; }
span { border-color: rgb(116,73,211); }
td.TdClassName
{
border-color: #7449D3;
}
.TagClassName
{
border-color: #7449D3;
}
</style>