Shades of Studio #7F589B
Tints of Studio #7F589B
RGB
CMYK
RGB Variations
Color information
#7F589B (or 0x7F589B) is known color: Studio. HEX triplet: 7F, 58 and 9B. RGB value is (127,88,155). Sum of RGB (Red+Green+Blue) = 127+88+155=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F589B is #80A764. Grayscale: #6B6B6B. Windows color (decimal): -8431461 or 10180735. OLE color: 10180735.
HSL color Cylindrical-coordinate representation of color #7F589B: hue angle of 274.93º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F589B is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 88 | 155 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.39 |
| HSL | 274.93º | 0.28% | 0.48% | - |
| HSV(B) | 274.93º | 0.43% | 0.61% | - |
| XYZ | 18.16 | 13.86 | 32.73 | - |
| YUV | 107.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 155 | 0.18 | 0.43 | 0 | 0.39 | 274.93 | 0.28 | 0.48 |
| Hex | 7F | 58 | 9B | 12 | 2B | 0 | 27 | 113 | 1C | 30 |
| Octal | 177 | 130 | 233 | 22 | 53 | 0 | 47 | 423 | 34 | 60 |
| Binary | 1111111 | 1011000 | 10011011 | 10010 | 101011 | 0 | 100111 | 100010011 | 11100 | 110000 |
Color Harmonies of #7F589B
Complementary color
Monochromatic Colors of #7F589B
Black with #7F589B
Text Example
Text Example
White with #7F589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F589B; }
p { color: rgb(127,88,155); }
H1.HeaderClassName
{
color: #7F589B;
}
.AnyTagClassName
{
color: #7F589B;
}
</style>
background-color css
<style>
a { background-color: #7F589B; }
a { background-color: rgb(127,88,155); }
div.DivClassName
{
background-color: #7F589B;
}
.BgClassName
{
background-color: #7F589B;
}
</style>
border-color css
<style>
span { border-color: #7F589B; }
span { border-color: rgb(127,88,155); }
td.TdClassName
{
border-color: #7F589B;
}
.TagClassName
{
border-color: #7F589B;
}
</style>