Shades of Slate Blue #7F4FCA
Tints of Slate Blue #7F4FCA
RGB
CMYK
RGB Variations
Color information
#7F4FCA (or 0x7F4FCA) is known color: Slate Blue. HEX triplet: 7F, 4F and CA. RGB value is (127,79,202). Sum of RGB (Red+Green+Blue) = 127+79+202=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FCA is #80B035. Grayscale: #6A6A6A. Windows color (decimal): -8433718 or 13258623. OLE color: 13258623.
HSL color Cylindrical-coordinate representation of color #7F4FCA: hue angle of 263.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F4FCA is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 79 | 202 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.21 |
| HSL | 263.41º | 0.54% | 0.55% | - |
| HSV(B) | 263.41º | 0.61% | 0.79% | - |
| XYZ | 22.21 | 14.37 | 57.48 | - |
| YUV | 107.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 202 | 0.37 | 0.61 | 0 | 0.21 | 263.41 | 0.54 | 0.55 |
| Hex | 7F | 4F | CA | 25 | 3D | 0 | 15 | 107 | 36 | 37 |
| Octal | 177 | 117 | 312 | 45 | 75 | 0 | 25 | 407 | 66 | 67 |
| Binary | 1111111 | 1001111 | 11001010 | 100101 | 111101 | 0 | 10101 | 100000111 | 110110 | 110111 |
Color Harmonies of #7F4FCA
Complementary color
Monochromatic Colors of #7F4FCA
Black with #7F4FCA
Text Example
Text Example
White with #7F4FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FCA; }
p { color: rgb(127,79,202); }
H1.HeaderClassName
{
color: #7F4FCA;
}
.AnyTagClassName
{
color: #7F4FCA;
}
</style>
background-color css
<style>
a { background-color: #7F4FCA; }
a { background-color: rgb(127,79,202); }
div.DivClassName
{
background-color: #7F4FCA;
}
.BgClassName
{
background-color: #7F4FCA;
}
</style>
border-color css
<style>
span { border-color: #7F4FCA; }
span { border-color: rgb(127,79,202); }
td.TdClassName
{
border-color: #7F4FCA;
}
.TagClassName
{
border-color: #7F4FCA;
}
</style>