Shades of Slate Blue #7F5DCD
Tints of Slate Blue #7F5DCD
RGB
CMYK
RGB Variations
Color information
#7F5DCD (or 0x7F5DCD) is known color: Slate Blue. HEX triplet: 7F, 5D and CD. RGB value is (127,93,205). Sum of RGB (Red+Green+Blue) = 127+93+205=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DCD is #80A232. Grayscale: #737373. Windows color (decimal): -8430131 or 13458815. OLE color: 13458815.
HSL color Cylindrical-coordinate representation of color #7F5DCD: hue angle of 258.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F5DCD is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 93 | 205 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.20 |
| HSL | 258.21º | 0.53% | 0.58% | - |
| HSV(B) | 258.21º | 0.55% | 0.8% | - |
| XYZ | 23.69 | 16.75 | 59.74 | - |
| YUV | 115.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 205 | 0.38 | 0.55 | 0 | 0.20 | 258.21 | 0.53 | 0.58 |
| Hex | 7F | 5D | CD | 26 | 37 | 0 | 14 | 102 | 35 | 3A |
| Octal | 177 | 135 | 315 | 46 | 67 | 0 | 24 | 402 | 65 | 72 |
| Binary | 1111111 | 1011101 | 11001101 | 100110 | 110111 | 0 | 10100 | 100000010 | 110101 | 111010 |
Color Harmonies of #7F5DCD
Complementary color
Monochromatic Colors of #7F5DCD
Black with #7F5DCD
Text Example
Text Example
White with #7F5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DCD; }
p { color: rgb(127,93,205); }
H1.HeaderClassName
{
color: #7F5DCD;
}
.AnyTagClassName
{
color: #7F5DCD;
}
</style>
background-color css
<style>
a { background-color: #7F5DCD; }
a { background-color: rgb(127,93,205); }
div.DivClassName
{
background-color: #7F5DCD;
}
.BgClassName
{
background-color: #7F5DCD;
}
</style>
border-color css
<style>
span { border-color: #7F5DCD; }
span { border-color: rgb(127,93,205); }
td.TdClassName
{
border-color: #7F5DCD;
}
.TagClassName
{
border-color: #7F5DCD;
}
</style>