Shades of Slate Blue #7F4DDB
Tints of Slate Blue #7F4DDB
RGB
CMYK
RGB Variations
Color information
#7F4DDB (or 0x7F4DDB) is known color: Slate Blue. HEX triplet: 7F, 4D and DB. RGB value is (127,77,219). Sum of RGB (Red+Green+Blue) = 127+77+219=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DDB is #80B224. Grayscale: #6B6B6B. Windows color (decimal): -8434213 or 14372223. OLE color: 14372223.
HSL color Cylindrical-coordinate representation of color #7F4DDB: hue angle of 261.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4DDB is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 77 | 219 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.14 |
| HSL | 261.13º | 0.66% | 0.58% | - |
| HSV(B) | 261.13º | 0.65% | 0.86% | - |
| XYZ | 24.19 | 14.93 | 68.63 | - |
| YUV | 108.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 219 | 0.42 | 0.65 | 0 | 0.14 | 261.13 | 0.66 | 0.58 |
| Hex | 7F | 4D | DB | 2A | 41 | 0 | E | 105 | 42 | 3A |
| Octal | 177 | 115 | 333 | 52 | 101 | 0 | 16 | 405 | 102 | 72 |
| Binary | 1111111 | 1001101 | 11011011 | 101010 | 1000001 | 0 | 1110 | 100000101 | 1000010 | 111010 |
Color Harmonies of #7F4DDB
Complementary color
Monochromatic Colors of #7F4DDB
Black with #7F4DDB
Text Example
Text Example
White with #7F4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DDB; }
p { color: rgb(127,77,219); }
H1.HeaderClassName
{
color: #7F4DDB;
}
.AnyTagClassName
{
color: #7F4DDB;
}
</style>
background-color css
<style>
a { background-color: #7F4DDB; }
a { background-color: rgb(127,77,219); }
div.DivClassName
{
background-color: #7F4DDB;
}
.BgClassName
{
background-color: #7F4DDB;
}
</style>
border-color css
<style>
span { border-color: #7F4DDB; }
span { border-color: rgb(127,77,219); }
td.TdClassName
{
border-color: #7F4DDB;
}
.TagClassName
{
border-color: #7F4DDB;
}
</style>