Shades of Slate Blue #7746DE
Tints of Slate Blue #7746DE
RGB
CMYK
RGB Variations
Color information
#7746DE (or 0x7746DE) is known color: Slate Blue. HEX triplet: 77, 46 and DE. RGB value is (119,70,222). Sum of RGB (Red+Green+Blue) = 119+70+222=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #7746DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746DE is #88B921. Grayscale: #656565. Windows color (decimal): -8960290 or 14567031. OLE color: 14567031.
HSL color Cylindrical-coordinate representation of color #7746DE: hue angle of 259.34º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7746DE is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 70 | 222 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.13 |
| HSL | 259.34º | 0.7% | 0.57% | - |
| HSV(B) | 259.34º | 0.68% | 0.87% | - |
| XYZ | 22.98 | 13.58 | 70.52 | - |
| YUV | 101.98 | 195.73 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 222 | 0.46 | 0.68 | 0 | 0.13 | 259.34 | 0.7 | 0.57 |
| Hex | 77 | 46 | DE | 2E | 44 | 0 | D | 103 | 46 | 39 |
| Octal | 167 | 106 | 336 | 56 | 104 | 0 | 15 | 403 | 106 | 71 |
| Binary | 1110111 | 1000110 | 11011110 | 101110 | 1000100 | 0 | 1101 | 100000011 | 1000110 | 111001 |
Color Harmonies of #7746DE
Complementary color
Monochromatic Colors of #7746DE
Black with #7746DE
Text Example
Text Example
White with #7746DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746DE; }
p { color: rgb(119,70,222); }
H1.HeaderClassName
{
color: #7746DE;
}
.AnyTagClassName
{
color: #7746DE;
}
</style>
background-color css
<style>
a { background-color: #7746DE; }
a { background-color: rgb(119,70,222); }
div.DivClassName
{
background-color: #7746DE;
}
.BgClassName
{
background-color: #7746DE;
}
</style>
border-color css
<style>
span { border-color: #7746DE; }
span { border-color: rgb(119,70,222); }
td.TdClassName
{
border-color: #7746DE;
}
.TagClassName
{
border-color: #7746DE;
}
</style>