Shades of Slate Blue #7F4BDB
Tints of Slate Blue #7F4BDB
RGB
CMYK
RGB Variations
Color information
#7F4BDB (or 0x7F4BDB) is known color: Slate Blue. HEX triplet: 7F, 4B and DB. RGB value is (127,75,219). Sum of RGB (Red+Green+Blue) = 127+75+219=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F4BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4BDB is #80B424. Grayscale: #6A6A6A. Windows color (decimal): -8434725 or 14371711. OLE color: 14371711.
HSL color Cylindrical-coordinate representation of color #7F4BDB: hue angle of 261.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F4BDB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 75 | 219 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.14 |
| HSL | 261.67º | 0.67% | 0.58% | - |
| HSV(B) | 261.67º | 0.66% | 0.86% | - |
| XYZ | 24.05 | 14.66 | 68.58 | - |
| YUV | 106.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 219 | 0.42 | 0.66 | 0 | 0.14 | 261.67 | 0.67 | 0.58 |
| Hex | 7F | 4B | DB | 2A | 42 | 0 | E | 106 | 43 | 3A |
| Octal | 177 | 113 | 333 | 52 | 102 | 0 | 16 | 406 | 103 | 72 |
| Binary | 1111111 | 1001011 | 11011011 | 101010 | 1000010 | 0 | 1110 | 100000110 | 1000011 | 111010 |
Color Harmonies of #7F4BDB
Complementary color
Monochromatic Colors of #7F4BDB
Black with #7F4BDB
Text Example
Text Example
White with #7F4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4BDB; }
p { color: rgb(127,75,219); }
H1.HeaderClassName
{
color: #7F4BDB;
}
.AnyTagClassName
{
color: #7F4BDB;
}
</style>
background-color css
<style>
a { background-color: #7F4BDB; }
a { background-color: rgb(127,75,219); }
div.DivClassName
{
background-color: #7F4BDB;
}
.BgClassName
{
background-color: #7F4BDB;
}
</style>
border-color css
<style>
span { border-color: #7F4BDB; }
span { border-color: rgb(127,75,219); }
td.TdClassName
{
border-color: #7F4BDB;
}
.TagClassName
{
border-color: #7F4BDB;
}
</style>