Shades of True V #7F5DBD
Tints of True V #7F5DBD
RGB
CMYK
RGB Variations
Color information
#7F5DBD (or 0x7F5DBD) is known color: True V. HEX triplet: 7F, 5D and BD. RGB value is (127,93,189). Sum of RGB (Red+Green+Blue) = 127+93+189=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F5DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DBD is #80A242. Grayscale: #717171. Windows color (decimal): -8430147 or 12410239. OLE color: 12410239.
HSL color Cylindrical-coordinate representation of color #7F5DBD: hue angle of 261.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F5DBD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 93 | 189 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.26 |
| HSL | 261.25º | 0.42% | 0.55% | - |
| HSV(B) | 261.25º | 0.51% | 0.74% | - |
| XYZ | 21.85 | 16.01 | 50.08 | - |
| YUV | 114.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 93 | 189 | 0.33 | 0.51 | 0 | 0.26 | 261.25 | 0.42 | 0.55 |
| Hex | 7F | 5D | BD | 21 | 33 | 0 | 1A | 105 | 2A | 37 |
| Octal | 177 | 135 | 275 | 41 | 63 | 0 | 32 | 405 | 52 | 67 |
| Binary | 1111111 | 1011101 | 10111101 | 100001 | 110011 | 0 | 11010 | 100000101 | 101010 | 110111 |
Color Harmonies of #7F5DBD
Complementary color
Monochromatic Colors of #7F5DBD
Black with #7F5DBD
Text Example
Text Example
White with #7F5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5DBD; }
p { color: rgb(127,93,189); }
H1.HeaderClassName
{
color: #7F5DBD;
}
.AnyTagClassName
{
color: #7F5DBD;
}
</style>
background-color css
<style>
a { background-color: #7F5DBD; }
a { background-color: rgb(127,93,189); }
div.DivClassName
{
background-color: #7F5DBD;
}
.BgClassName
{
background-color: #7F5DBD;
}
</style>
border-color css
<style>
span { border-color: #7F5DBD; }
span { border-color: rgb(127,93,189); }
td.TdClassName
{
border-color: #7F5DBD;
}
.TagClassName
{
border-color: #7F5DBD;
}
</style>