Shades of Studio #7F58B7
Tints of Studio #7F58B7
RGB
CMYK
RGB Variations
Color information
#7F58B7 (or 0x7F58B7) is known color: Studio. HEX triplet: 7F, 58 and B7. RGB value is (127,88,183). Sum of RGB (Red+Green+Blue) = 127+88+183=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #7F58B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58B7 is #80A748. Grayscale: #6E6E6E. Windows color (decimal): -8431433 or 12015743. OLE color: 12015743.
HSL color Cylindrical-coordinate representation of color #7F58B7: hue angle of 264.63º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F58B7 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 88 | 183 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.28 |
| HSL | 264.63º | 0.4% | 0.53% | - |
| HSV(B) | 264.63º | 0.52% | 0.72% | - |
| XYZ | 20.79 | 14.91 | 46.58 | - |
| YUV | 110.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 183 | 0.31 | 0.52 | 0 | 0.28 | 264.63 | 0.4 | 0.53 |
| Hex | 7F | 58 | B7 | 1F | 34 | 0 | 1C | 109 | 28 | 35 |
| Octal | 177 | 130 | 267 | 37 | 64 | 0 | 34 | 411 | 50 | 65 |
| Binary | 1111111 | 1011000 | 10110111 | 11111 | 110100 | 0 | 11100 | 100001001 | 101000 | 110101 |
Color Harmonies of #7F58B7
Complementary color
Monochromatic Colors of #7F58B7
Black with #7F58B7
Text Example
Text Example
White with #7F58B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F58B7; }
p { color: rgb(127,88,183); }
H1.HeaderClassName
{
color: #7F58B7;
}
.AnyTagClassName
{
color: #7F58B7;
}
</style>
background-color css
<style>
a { background-color: #7F58B7; }
a { background-color: rgb(127,88,183); }
div.DivClassName
{
background-color: #7F58B7;
}
.BgClassName
{
background-color: #7F58B7;
}
</style>
border-color css
<style>
span { border-color: #7F58B7; }
span { border-color: rgb(127,88,183); }
td.TdClassName
{
border-color: #7F58B7;
}
.TagClassName
{
border-color: #7F58B7;
}
</style>