Shades of Slate Blue #7F5FCD
Tints of Slate Blue #7F5FCD
RGB
CMYK
RGB Variations
Color information
#7F5FCD (or 0x7F5FCD) is known color: Slate Blue. HEX triplet: 7F, 5F and CD. RGB value is (127,95,205). Sum of RGB (Red+Green+Blue) = 127+95+205=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FCD is #80A032. Grayscale: #747474. Windows color (decimal): -8429619 or 13459327. OLE color: 13459327.
HSL color Cylindrical-coordinate representation of color #7F5FCD: hue angle of 257.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F5FCD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 95 | 205 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.20 |
| HSL | 257.45º | 0.52% | 0.59% | - |
| HSV(B) | 257.45º | 0.54% | 0.8% | - |
| XYZ | 23.86 | 17.1 | 59.8 | - |
| YUV | 117.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 205 | 0.38 | 0.54 | 0 | 0.20 | 257.45 | 0.52 | 0.59 |
| Hex | 7F | 5F | CD | 26 | 36 | 0 | 14 | 101 | 34 | 3B |
| Octal | 177 | 137 | 315 | 46 | 66 | 0 | 24 | 401 | 64 | 73 |
| Binary | 1111111 | 1011111 | 11001101 | 100110 | 110110 | 0 | 10100 | 100000001 | 110100 | 111011 |
Color Harmonies of #7F5FCD
Complementary color
Monochromatic Colors of #7F5FCD
Black with #7F5FCD
Text Example
Text Example
White with #7F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FCD; }
p { color: rgb(127,95,205); }
H1.HeaderClassName
{
color: #7F5FCD;
}
.AnyTagClassName
{
color: #7F5FCD;
}
</style>
background-color css
<style>
a { background-color: #7F5FCD; }
a { background-color: rgb(127,95,205); }
div.DivClassName
{
background-color: #7F5FCD;
}
.BgClassName
{
background-color: #7F5FCD;
}
</style>
border-color css
<style>
span { border-color: #7F5FCD; }
span { border-color: rgb(127,95,205); }
td.TdClassName
{
border-color: #7F5FCD;
}
.TagClassName
{
border-color: #7F5FCD;
}
</style>