Shades of Studio #7F4DBD
Tints of Studio #7F4DBD
RGB
CMYK
RGB Variations
Color information
#7F4DBD (or 0x7F4DBD) is known color: Studio. HEX triplet: 7F, 4D and BD. RGB value is (127,77,189). Sum of RGB (Red+Green+Blue) = 127+77+189=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DBD is #80B242. Grayscale: #686868. Windows color (decimal): -8434243 or 12406143. OLE color: 12406143.
HSL color Cylindrical-coordinate representation of color #7F4DBD: hue angle of 266.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F4DBD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 77 | 189 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.26 |
| HSL | 266.79º | 0.46% | 0.52% | - |
| HSV(B) | 266.79º | 0.59% | 0.74% | - |
| XYZ | 20.59 | 13.49 | 49.66 | - |
| YUV | 104.72 | 175.57 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 189 | 0.33 | 0.59 | 0 | 0.26 | 266.79 | 0.46 | 0.52 |
| Hex | 7F | 4D | BD | 21 | 3B | 0 | 1A | 10B | 2E | 34 |
| Octal | 177 | 115 | 275 | 41 | 73 | 0 | 32 | 413 | 56 | 64 |
| Binary | 1111111 | 1001101 | 10111101 | 100001 | 111011 | 0 | 11010 | 100001011 | 101110 | 110100 |
Color Harmonies of #7F4DBD
Complementary color
Monochromatic Colors of #7F4DBD
Black with #7F4DBD
Text Example
Text Example
White with #7F4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DBD; }
p { color: rgb(127,77,189); }
H1.HeaderClassName
{
color: #7F4DBD;
}
.AnyTagClassName
{
color: #7F4DBD;
}
</style>
background-color css
<style>
a { background-color: #7F4DBD; }
a { background-color: rgb(127,77,189); }
div.DivClassName
{
background-color: #7F4DBD;
}
.BgClassName
{
background-color: #7F4DBD;
}
</style>
border-color css
<style>
span { border-color: #7F4DBD; }
span { border-color: rgb(127,77,189); }
td.TdClassName
{
border-color: #7F4DBD;
}
.TagClassName
{
border-color: #7F4DBD;
}
</style>