Shades of Slate Blue #7747CC
Tints of Slate Blue #7747CC
RGB
CMYK
RGB Variations
Color information
#7747CC (or 0x7747CC) is known color: Slate Blue. HEX triplet: 77, 47 and CC. RGB value is (119,71,204). Sum of RGB (Red+Green+Blue) = 119+71+204=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #7747CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747CC is #88B833. Grayscale: #646464. Windows color (decimal): -8960052 or 13387639. OLE color: 13387639.
HSL color Cylindrical-coordinate representation of color #7747CC: hue angle of 261.65º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7747CC is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 71 | 204 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.2 |
| HSL | 261.65º | 0.57% | 0.54% | - |
| HSV(B) | 261.65º | 0.65% | 0.8% | - |
| XYZ | 20.76 | 12.79 | 58.5 | - |
| YUV | 100.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 204 | 0.42 | 0.65 | 0 | 0.2 | 261.65 | 0.57 | 0.54 |
| Hex | 77 | 47 | CC | 2A | 41 | 0 | 14 | 106 | 39 | 36 |
| Octal | 167 | 107 | 314 | 52 | 101 | 0 | 24 | 406 | 71 | 66 |
| Binary | 1110111 | 1000111 | 11001100 | 101010 | 1000001 | 0 | 10100 | 100000110 | 111001 | 110110 |
Color Harmonies of #7747CC
Complementary color
Monochromatic Colors of #7747CC
Black with #7747CC
Text Example
Text Example
White with #7747CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747CC; }
p { color: rgb(119,71,204); }
H1.HeaderClassName
{
color: #7747CC;
}
.AnyTagClassName
{
color: #7747CC;
}
</style>
background-color css
<style>
a { background-color: #7747CC; }
a { background-color: rgb(119,71,204); }
div.DivClassName
{
background-color: #7747CC;
}
.BgClassName
{
background-color: #7747CC;
}
</style>
border-color css
<style>
span { border-color: #7747CC; }
span { border-color: rgb(119,71,204); }
td.TdClassName
{
border-color: #7747CC;
}
.TagClassName
{
border-color: #7747CC;
}
</style>