Shades of Studio #7F549B
Tints of Studio #7F549B
RGB
CMYK
RGB Variations
Color information
#7F549B (or 0x7F549B) is known color: Studio. HEX triplet: 7F, 54 and 9B. RGB value is (127,84,155). Sum of RGB (Red+Green+Blue) = 127+84+155=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F549B is #80AB64. Grayscale: #686868. Windows color (decimal): -8432485 or 10179711. OLE color: 10179711.
HSL color Cylindrical-coordinate representation of color #7F549B: hue angle of 276.34º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F549B is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 84 | 155 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.39 |
| HSL | 276.34º | 0.3% | 0.47% | - |
| HSV(B) | 276.34º | 0.46% | 0.61% | - |
| XYZ | 17.84 | 13.22 | 32.62 | - |
| YUV | 104.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 155 | 0.18 | 0.46 | 0 | 0.39 | 276.34 | 0.3 | 0.47 |
| Hex | 7F | 54 | 9B | 12 | 2E | 0 | 27 | 114 | 1E | 2F |
| Octal | 177 | 124 | 233 | 22 | 56 | 0 | 47 | 424 | 36 | 57 |
| Binary | 1111111 | 1010100 | 10011011 | 10010 | 101110 | 0 | 100111 | 100010100 | 11110 | 101111 |
Color Harmonies of #7F549B
Complementary color
Monochromatic Colors of #7F549B
Black with #7F549B
Text Example
Text Example
White with #7F549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F549B; }
p { color: rgb(127,84,155); }
H1.HeaderClassName
{
color: #7F549B;
}
.AnyTagClassName
{
color: #7F549B;
}
</style>
background-color css
<style>
a { background-color: #7F549B; }
a { background-color: rgb(127,84,155); }
div.DivClassName
{
background-color: #7F549B;
}
.BgClassName
{
background-color: #7F549B;
}
</style>
border-color css
<style>
span { border-color: #7F549B; }
span { border-color: rgb(127,84,155); }
td.TdClassName
{
border-color: #7F549B;
}
.TagClassName
{
border-color: #7F549B;
}
</style>