Shades of Slate Blue #7F4FDB
Tints of Slate Blue #7F4FDB
RGB
CMYK
RGB Variations
Color information
#7F4FDB (or 0x7F4FDB) is known color: Slate Blue. HEX triplet: 7F, 4F and DB. RGB value is (127,79,219). Sum of RGB (Red+Green+Blue) = 127+79+219=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FDB is #80B024. Grayscale: #6C6C6C. Windows color (decimal): -8433701 or 14372735. OLE color: 14372735.
HSL color Cylindrical-coordinate representation of color #7F4FDB: hue angle of 260.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F4FDB is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 79 | 219 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.14 |
| HSL | 260.57º | 0.66% | 0.58% | - |
| HSV(B) | 260.57º | 0.64% | 0.86% | - |
| XYZ | 24.33 | 15.22 | 68.67 | - |
| YUV | 109.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 219 | 0.42 | 0.64 | 0 | 0.14 | 260.57 | 0.66 | 0.58 |
| Hex | 7F | 4F | DB | 2A | 40 | 0 | E | 105 | 42 | 3A |
| Octal | 177 | 117 | 333 | 52 | 100 | 0 | 16 | 405 | 102 | 72 |
| Binary | 1111111 | 1001111 | 11011011 | 101010 | 1000000 | 0 | 1110 | 100000101 | 1000010 | 111010 |
Color Harmonies of #7F4FDB
Complementary color
Monochromatic Colors of #7F4FDB
Black with #7F4FDB
Text Example
Text Example
White with #7F4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FDB; }
p { color: rgb(127,79,219); }
H1.HeaderClassName
{
color: #7F4FDB;
}
.AnyTagClassName
{
color: #7F4FDB;
}
</style>
background-color css
<style>
a { background-color: #7F4FDB; }
a { background-color: rgb(127,79,219); }
div.DivClassName
{
background-color: #7F4FDB;
}
.BgClassName
{
background-color: #7F4FDB;
}
</style>
border-color css
<style>
span { border-color: #7F4FDB; }
span { border-color: rgb(127,79,219); }
td.TdClassName
{
border-color: #7F4FDB;
}
.TagClassName
{
border-color: #7F4FDB;
}
</style>