Shades of Slate Blue #7F47CE
Tints of Slate Blue #7F47CE
RGB
CMYK
RGB Variations
Color information
#7F47CE (or 0x7F47CE) is known color: Slate Blue. HEX triplet: 7F, 47 and CE. RGB value is (127,71,206). Sum of RGB (Red+Green+Blue) = 127+71+206=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47CE is #80B831. Grayscale: #666666. Windows color (decimal): -8435762 or 13518719. OLE color: 13518719.
HSL color Cylindrical-coordinate representation of color #7F47CE: hue angle of 264.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F47CE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 71 | 206 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.19 |
| HSL | 264.89º | 0.58% | 0.54% | - |
| HSV(B) | 264.89º | 0.66% | 0.81% | - |
| XYZ | 22.15 | 13.47 | 59.83 | - |
| YUV | 103.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 206 | 0.38 | 0.66 | 0 | 0.19 | 264.89 | 0.58 | 0.54 |
| Hex | 7F | 47 | CE | 26 | 42 | 0 | 13 | 109 | 3A | 36 |
| Octal | 177 | 107 | 316 | 46 | 102 | 0 | 23 | 411 | 72 | 66 |
| Binary | 1111111 | 1000111 | 11001110 | 100110 | 1000010 | 0 | 10011 | 100001001 | 111010 | 110110 |
Color Harmonies of #7F47CE
Complementary color
Monochromatic Colors of #7F47CE
Black with #7F47CE
Text Example
Text Example
White with #7F47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F47CE; }
p { color: rgb(127,71,206); }
H1.HeaderClassName
{
color: #7F47CE;
}
.AnyTagClassName
{
color: #7F47CE;
}
</style>
background-color css
<style>
a { background-color: #7F47CE; }
a { background-color: rgb(127,71,206); }
div.DivClassName
{
background-color: #7F47CE;
}
.BgClassName
{
background-color: #7F47CE;
}
</style>
border-color css
<style>
span { border-color: #7F47CE; }
span { border-color: rgb(127,71,206); }
td.TdClassName
{
border-color: #7F47CE;
}
.TagClassName
{
border-color: #7F47CE;
}
</style>