Shades of Slate Blue #7749DF
Tints of Slate Blue #7749DF
RGB
CMYK
RGB Variations
Color information
#7749DF (or 0x7749DF) is known color: Slate Blue. HEX triplet: 77, 49 and DF. RGB value is (119,73,223). Sum of RGB (Red+Green+Blue) = 119+73+223=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #7749DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749DF is #88B620. Grayscale: #676767. Windows color (decimal): -8959521 or 14633335. OLE color: 14633335.
HSL color Cylindrical-coordinate representation of color #7749DF: hue angle of 258.4º 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 #7749DF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 73 | 223 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.13 |
| HSL | 258.4º | 0.7% | 0.58% | - |
| HSV(B) | 258.4º | 0.67% | 0.87% | - |
| XYZ | 23.31 | 14.01 | 71.29 | - |
| YUV | 103.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 223 | 0.47 | 0.67 | 0 | 0.13 | 258.4 | 0.7 | 0.58 |
| Hex | 77 | 49 | DF | 2F | 43 | 0 | D | 102 | 46 | 3A |
| Octal | 167 | 111 | 337 | 57 | 103 | 0 | 15 | 402 | 106 | 72 |
| Binary | 1110111 | 1001001 | 11011111 | 101111 | 1000011 | 0 | 1101 | 100000010 | 1000110 | 111010 |
Color Harmonies of #7749DF
Complementary color
Monochromatic Colors of #7749DF
Black with #7749DF
Text Example
Text Example
White with #7749DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749DF; }
p { color: rgb(119,73,223); }
H1.HeaderClassName
{
color: #7749DF;
}
.AnyTagClassName
{
color: #7749DF;
}
</style>
background-color css
<style>
a { background-color: #7749DF; }
a { background-color: rgb(119,73,223); }
div.DivClassName
{
background-color: #7749DF;
}
.BgClassName
{
background-color: #7749DF;
}
</style>
border-color css
<style>
span { border-color: #7749DF; }
span { border-color: rgb(119,73,223); }
td.TdClassName
{
border-color: #7749DF;
}
.TagClassName
{
border-color: #7749DF;
}
</style>