Shades of Slate Blue #7747CF
Tints of Slate Blue #7747CF
RGB
CMYK
RGB Variations
Color information
#7747CF (or 0x7747CF) is known color: Slate Blue. HEX triplet: 77, 47 and CF. RGB value is (119,71,207). Sum of RGB (Red+Green+Blue) = 119+71+207=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #7747CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747CF is #88B830. Grayscale: #646464. Windows color (decimal): -8960049 or 13584247. OLE color: 13584247.
HSL color Cylindrical-coordinate representation of color #7747CF: hue angle of 261.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7747CF is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 71 | 207 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.19 |
| HSL | 261.18º | 0.59% | 0.55% | - |
| HSV(B) | 261.18º | 0.66% | 0.81% | - |
| XYZ | 21.12 | 12.93 | 60.41 | - |
| YUV | 100.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 207 | 0.43 | 0.66 | 0 | 0.19 | 261.18 | 0.59 | 0.55 |
| Hex | 77 | 47 | CF | 2B | 42 | 0 | 13 | 105 | 3B | 37 |
| Octal | 167 | 107 | 317 | 53 | 102 | 0 | 23 | 405 | 73 | 67 |
| Binary | 1110111 | 1000111 | 11001111 | 101011 | 1000010 | 0 | 10011 | 100000101 | 111011 | 110111 |
Color Harmonies of #7747CF
Complementary color
Monochromatic Colors of #7747CF
Black with #7747CF
Text Example
Text Example
White with #7747CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747CF; }
p { color: rgb(119,71,207); }
H1.HeaderClassName
{
color: #7747CF;
}
.AnyTagClassName
{
color: #7747CF;
}
</style>
background-color css
<style>
a { background-color: #7747CF; }
a { background-color: rgb(119,71,207); }
div.DivClassName
{
background-color: #7747CF;
}
.BgClassName
{
background-color: #7747CF;
}
</style>
border-color css
<style>
span { border-color: #7747CF; }
span { border-color: rgb(119,71,207); }
td.TdClassName
{
border-color: #7747CF;
}
.TagClassName
{
border-color: #7747CF;
}
</style>