Shades of Slate Blue #7F4DCD
Tints of Slate Blue #7F4DCD
RGB
CMYK
RGB Variations
Color information
#7F4DCD (or 0x7F4DCD) is known color: Slate Blue. HEX triplet: 7F, 4D and CD. RGB value is (127,77,205). Sum of RGB (Red+Green+Blue) = 127+77+205=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DCD is #80B232. Grayscale: #6A6A6A. Windows color (decimal): -8434227 or 13454719. OLE color: 13454719.
HSL color Cylindrical-coordinate representation of color #7F4DCD: hue angle of 263.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F4DCD is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 77 | 205 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.20 |
| HSL | 263.44º | 0.56% | 0.55% | - |
| HSV(B) | 263.44º | 0.62% | 0.8% | - |
| XYZ | 22.43 | 14.23 | 59.32 | - |
| YUV | 106.54 | 183.57 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 205 | 0.38 | 0.62 | 0 | 0.20 | 263.44 | 0.56 | 0.55 |
| Hex | 7F | 4D | CD | 26 | 3E | 0 | 14 | 107 | 38 | 37 |
| Octal | 177 | 115 | 315 | 46 | 76 | 0 | 24 | 407 | 70 | 67 |
| Binary | 1111111 | 1001101 | 11001101 | 100110 | 111110 | 0 | 10100 | 100000111 | 111000 | 110111 |
Color Harmonies of #7F4DCD
Complementary color
Monochromatic Colors of #7F4DCD
Black with #7F4DCD
Text Example
Text Example
White with #7F4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DCD; }
p { color: rgb(127,77,205); }
H1.HeaderClassName
{
color: #7F4DCD;
}
.AnyTagClassName
{
color: #7F4DCD;
}
</style>
background-color css
<style>
a { background-color: #7F4DCD; }
a { background-color: rgb(127,77,205); }
div.DivClassName
{
background-color: #7F4DCD;
}
.BgClassName
{
background-color: #7F4DCD;
}
</style>
border-color css
<style>
span { border-color: #7F4DCD; }
span { border-color: rgb(127,77,205); }
td.TdClassName
{
border-color: #7F4DCD;
}
.TagClassName
{
border-color: #7F4DCD;
}
</style>