Shades of Studio #7F4DB6
Tints of Studio #7F4DB6
RGB
CMYK
RGB Variations
Color information
#7F4DB6 (or 0x7F4DB6) is known color: Studio. HEX triplet: 7F, 4D and B6. RGB value is (127,77,182). Sum of RGB (Red+Green+Blue) = 127+77+182=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F4DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DB6 is #80B249. Grayscale: #676767. Windows color (decimal): -8434250 or 11947391. OLE color: 11947391.
HSL color Cylindrical-coordinate representation of color #7F4DB6: hue angle of 268.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4DB6 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 77 | 182 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.29 |
| HSL | 268.57º | 0.42% | 0.51% | - |
| HSV(B) | 268.57º | 0.58% | 0.71% | - |
| XYZ | 19.85 | 13.2 | 45.76 | - |
| YUV | 103.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 182 | 0.30 | 0.58 | 0 | 0.29 | 268.57 | 0.42 | 0.51 |
| Hex | 7F | 4D | B6 | 1E | 3A | 0 | 1D | 10D | 2A | 33 |
| Octal | 177 | 115 | 266 | 36 | 72 | 0 | 35 | 415 | 52 | 63 |
| Binary | 1111111 | 1001101 | 10110110 | 11110 | 111010 | 0 | 11101 | 100001101 | 101010 | 110011 |
Color Harmonies of #7F4DB6
Complementary color
Monochromatic Colors of #7F4DB6
Black with #7F4DB6
Text Example
Text Example
White with #7F4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DB6; }
p { color: rgb(127,77,182); }
H1.HeaderClassName
{
color: #7F4DB6;
}
.AnyTagClassName
{
color: #7F4DB6;
}
</style>
background-color css
<style>
a { background-color: #7F4DB6; }
a { background-color: rgb(127,77,182); }
div.DivClassName
{
background-color: #7F4DB6;
}
.BgClassName
{
background-color: #7F4DB6;
}
</style>
border-color css
<style>
span { border-color: #7F4DB6; }
span { border-color: rgb(127,77,182); }
td.TdClassName
{
border-color: #7F4DB6;
}
.TagClassName
{
border-color: #7F4DB6;
}
</style>