Shades of Slate Blue #7449DF
Tints of Slate Blue #7449DF
RGB
CMYK
RGB Variations
Color information
#7449DF (or 0x7449DF) is known color: Slate Blue. HEX triplet: 74, 49 and DF. RGB value is (116,73,223). Sum of RGB (Red+Green+Blue) = 116+73+223=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #7449DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449DF is #8BB620. Grayscale: #666666. Windows color (decimal): -9156129 or 14633332. OLE color: 14633332.
HSL color Cylindrical-coordinate representation of color #7449DF: hue angle of 257.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7449DF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 73 | 223 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.13 |
| HSL | 257.2º | 0.7% | 0.58% | - |
| HSV(B) | 257.2º | 0.67% | 0.87% | - |
| XYZ | 22.9 | 13.81 | 71.27 | - |
| YUV | 102.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 223 | 0.48 | 0.67 | 0 | 0.13 | 257.2 | 0.7 | 0.58 |
| Hex | 74 | 49 | DF | 30 | 43 | 0 | D | 101 | 46 | 3A |
| Octal | 164 | 111 | 337 | 60 | 103 | 0 | 15 | 401 | 106 | 72 |
| Binary | 1110100 | 1001001 | 11011111 | 110000 | 1000011 | 0 | 1101 | 100000001 | 1000110 | 111010 |
Color Harmonies of #7449DF
Complementary color
Monochromatic Colors of #7449DF
Black with #7449DF
Text Example
Text Example
White with #7449DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449DF; }
p { color: rgb(116,73,223); }
H1.HeaderClassName
{
color: #7449DF;
}
.AnyTagClassName
{
color: #7449DF;
}
</style>
background-color css
<style>
a { background-color: #7449DF; }
a { background-color: rgb(116,73,223); }
div.DivClassName
{
background-color: #7449DF;
}
.BgClassName
{
background-color: #7449DF;
}
</style>
border-color css
<style>
span { border-color: #7449DF; }
span { border-color: rgb(116,73,223); }
td.TdClassName
{
border-color: #7449DF;
}
.TagClassName
{
border-color: #7449DF;
}
</style>