Shades of Slate Blue #7449D0
Tints of Slate Blue #7449D0
RGB
CMYK
RGB Variations
Color information
#7449D0 (or 0x7449D0) is known color: Slate Blue. HEX triplet: 74, 49 and D0. RGB value is (116,73,208). Sum of RGB (Red+Green+Blue) = 116+73+208=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #7449D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449D0 is #8BB62F. Grayscale: #646464. Windows color (decimal): -9156144 or 13650292. OLE color: 13650292.
HSL color Cylindrical-coordinate representation of color #7449D0: hue angle of 259.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7449D0 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 73 | 208 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.18 |
| HSL | 259.11º | 0.59% | 0.55% | - |
| HSV(B) | 259.11º | 0.65% | 0.82% | - |
| XYZ | 20.97 | 13.03 | 61.08 | - |
| YUV | 101.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 208 | 0.44 | 0.65 | 0 | 0.18 | 259.11 | 0.59 | 0.55 |
| Hex | 74 | 49 | D0 | 2C | 41 | 0 | 12 | 103 | 3B | 37 |
| Octal | 164 | 111 | 320 | 54 | 101 | 0 | 22 | 403 | 73 | 67 |
| Binary | 1110100 | 1001001 | 11010000 | 101100 | 1000001 | 0 | 10010 | 100000011 | 111011 | 110111 |
Color Harmonies of #7449D0
Complementary color
Monochromatic Colors of #7449D0
Black with #7449D0
Text Example
Text Example
White with #7449D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449D0; }
p { color: rgb(116,73,208); }
H1.HeaderClassName
{
color: #7449D0;
}
.AnyTagClassName
{
color: #7449D0;
}
</style>
background-color css
<style>
a { background-color: #7449D0; }
a { background-color: rgb(116,73,208); }
div.DivClassName
{
background-color: #7449D0;
}
.BgClassName
{
background-color: #7449D0;
}
</style>
border-color css
<style>
span { border-color: #7449D0; }
span { border-color: rgb(116,73,208); }
td.TdClassName
{
border-color: #7449D0;
}
.TagClassName
{
border-color: #7449D0;
}
</style>