Shades of Studio #7F559C
Tints of Studio #7F559C
RGB
CMYK
RGB Variations
Color information
#7F559C (or 0x7F559C) is known color: Studio. HEX triplet: 7F, 55 and 9C. RGB value is (127,85,156). Sum of RGB (Red+Green+Blue) = 127+85+156=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559C is #80AA63. Grayscale: #696969. Windows color (decimal): -8432228 or 10245503. OLE color: 10245503.
HSL color Cylindrical-coordinate representation of color #7F559C: hue angle of 275.49º degrees, saturation: 0.29, 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 #7F559C is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 85 | 156 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.39 |
| HSL | 275.49º | 0.29% | 0.47% | - |
| HSV(B) | 275.49º | 0.46% | 0.61% | - |
| XYZ | 18 | 13.41 | 33.09 | - |
| YUV | 105.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 156 | 0.19 | 0.46 | 0 | 0.39 | 275.49 | 0.29 | 0.47 |
| Hex | 7F | 55 | 9C | 13 | 2E | 0 | 27 | 113 | 1D | 2F |
| Octal | 177 | 125 | 234 | 23 | 56 | 0 | 47 | 423 | 35 | 57 |
| Binary | 1111111 | 1010101 | 10011100 | 10011 | 101110 | 0 | 100111 | 100010011 | 11101 | 101111 |
Color Harmonies of #7F559C
Complementary color
Monochromatic Colors of #7F559C
Black with #7F559C
Text Example
Text Example
White with #7F559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F559C; }
p { color: rgb(127,85,156); }
H1.HeaderClassName
{
color: #7F559C;
}
.AnyTagClassName
{
color: #7F559C;
}
</style>
background-color css
<style>
a { background-color: #7F559C; }
a { background-color: rgb(127,85,156); }
div.DivClassName
{
background-color: #7F559C;
}
.BgClassName
{
background-color: #7F559C;
}
</style>
border-color css
<style>
span { border-color: #7F559C; }
span { border-color: rgb(127,85,156); }
td.TdClassName
{
border-color: #7F559C;
}
.TagClassName
{
border-color: #7F559C;
}
</style>