Shades of Studio #7F539E
Tints of Studio #7F539E
RGB
CMYK
RGB Variations
Color information
#7F539E (or 0x7F539E) is known color: Studio. HEX triplet: 7F, 53 and 9E. RGB value is (127,83,158). Sum of RGB (Red+Green+Blue) = 127+83+158=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F539E is #80AC61. Grayscale: #686868. Windows color (decimal): -8432738 or 10376063. OLE color: 10376063.
HSL color Cylindrical-coordinate representation of color #7F539E: hue angle of 275.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F539E is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 83 | 158 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.38 |
| HSL | 275.2º | 0.31% | 0.47% | - |
| HSV(B) | 275.2º | 0.47% | 0.62% | - |
| XYZ | 18.02 | 13.17 | 33.94 | - |
| YUV | 104.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 158 | 0.20 | 0.47 | 0 | 0.38 | 275.2 | 0.31 | 0.47 |
| Hex | 7F | 53 | 9E | 14 | 2F | 0 | 26 | 113 | 1F | 2F |
| Octal | 177 | 123 | 236 | 24 | 57 | 0 | 46 | 423 | 37 | 57 |
| Binary | 1111111 | 1010011 | 10011110 | 10100 | 101111 | 0 | 100110 | 100010011 | 11111 | 101111 |
Color Harmonies of #7F539E
Complementary color
Monochromatic Colors of #7F539E
Black with #7F539E
Text Example
Text Example
White with #7F539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F539E; }
p { color: rgb(127,83,158); }
H1.HeaderClassName
{
color: #7F539E;
}
.AnyTagClassName
{
color: #7F539E;
}
</style>
background-color css
<style>
a { background-color: #7F539E; }
a { background-color: rgb(127,83,158); }
div.DivClassName
{
background-color: #7F539E;
}
.BgClassName
{
background-color: #7F539E;
}
</style>
border-color css
<style>
span { border-color: #7F539E; }
span { border-color: rgb(127,83,158); }
td.TdClassName
{
border-color: #7F539E;
}
.TagClassName
{
border-color: #7F539E;
}
</style>