Shades of Slate Blue #7F4DDA
Tints of Slate Blue #7F4DDA
RGB
CMYK
RGB Variations
Color information
#7F4DDA (or 0x7F4DDA) is known color: Slate Blue. HEX triplet: 7F, 4D and DA. RGB value is (127,77,218). Sum of RGB (Red+Green+Blue) = 127+77+218=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F4DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DDA is #80B225. Grayscale: #6B6B6B. Windows color (decimal): -8434214 or 14306687. OLE color: 14306687.
HSL color Cylindrical-coordinate representation of color #7F4DDA: hue angle of 261.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4DDA is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 77 | 218 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.15 |
| HSL | 261.28º | 0.66% | 0.58% | - |
| HSV(B) | 261.28º | 0.65% | 0.85% | - |
| XYZ | 24.06 | 14.88 | 67.93 | - |
| YUV | 108.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 218 | 0.42 | 0.65 | 0 | 0.15 | 261.28 | 0.66 | 0.58 |
| Hex | 7F | 4D | DA | 2A | 41 | 0 | F | 105 | 42 | 3A |
| Octal | 177 | 115 | 332 | 52 | 101 | 0 | 17 | 405 | 102 | 72 |
| Binary | 1111111 | 1001101 | 11011010 | 101010 | 1000001 | 0 | 1111 | 100000101 | 1000010 | 111010 |
Color Harmonies of #7F4DDA
Complementary color
Monochromatic Colors of #7F4DDA
Black with #7F4DDA
Text Example
Text Example
White with #7F4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DDA; }
p { color: rgb(127,77,218); }
H1.HeaderClassName
{
color: #7F4DDA;
}
.AnyTagClassName
{
color: #7F4DDA;
}
</style>
background-color css
<style>
a { background-color: #7F4DDA; }
a { background-color: rgb(127,77,218); }
div.DivClassName
{
background-color: #7F4DDA;
}
.BgClassName
{
background-color: #7F4DDA;
}
</style>
border-color css
<style>
span { border-color: #7F4DDA; }
span { border-color: rgb(127,77,218); }
td.TdClassName
{
border-color: #7F4DDA;
}
.TagClassName
{
border-color: #7F4DDA;
}
</style>