Shades of Slate Blue #7747DC
Tints of Slate Blue #7747DC
RGB
CMYK
RGB Variations
Color information
#7747DC (or 0x7747DC) is known color: Slate Blue. HEX triplet: 77, 47 and DC. RGB value is (119,71,220). Sum of RGB (Red+Green+Blue) = 119+71+220=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #7747DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747DC is #88B823. Grayscale: #656565. Windows color (decimal): -8960036 or 14436215. OLE color: 14436215.
HSL color Cylindrical-coordinate representation of color #7747DC: hue angle of 259.33º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7747DC is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 71 | 220 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.14 |
| HSL | 259.33º | 0.68% | 0.57% | - |
| HSV(B) | 259.33º | 0.68% | 0.86% | - |
| XYZ | 22.78 | 13.6 | 69.13 | - |
| YUV | 102.34 | 194.4 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 220 | 0.46 | 0.68 | 0 | 0.14 | 259.33 | 0.68 | 0.57 |
| Hex | 77 | 47 | DC | 2E | 44 | 0 | E | 103 | 44 | 39 |
| Octal | 167 | 107 | 334 | 56 | 104 | 0 | 16 | 403 | 104 | 71 |
| Binary | 1110111 | 1000111 | 11011100 | 101110 | 1000100 | 0 | 1110 | 100000011 | 1000100 | 111001 |
Color Harmonies of #7747DC
Complementary color
Monochromatic Colors of #7747DC
Black with #7747DC
Text Example
Text Example
White with #7747DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747DC; }
p { color: rgb(119,71,220); }
H1.HeaderClassName
{
color: #7747DC;
}
.AnyTagClassName
{
color: #7747DC;
}
</style>
background-color css
<style>
a { background-color: #7747DC; }
a { background-color: rgb(119,71,220); }
div.DivClassName
{
background-color: #7747DC;
}
.BgClassName
{
background-color: #7747DC;
}
</style>
border-color css
<style>
span { border-color: #7747DC; }
span { border-color: rgb(119,71,220); }
td.TdClassName
{
border-color: #7747DC;
}
.TagClassName
{
border-color: #7747DC;
}
</style>