Shades of Studio #7F5BAE
Tints of Studio #7F5BAE
RGB
CMYK
RGB Variations
Color information
#7F5BAE (or 0x7F5BAE) is known color: Studio. HEX triplet: 7F, 5B and AE. RGB value is (127,91,174). Sum of RGB (Red+Green+Blue) = 127+91+174=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5BAE is #80A451. Grayscale: #6E6E6E. Windows color (decimal): -8430674 or 11426687. OLE color: 11426687.
HSL color Cylindrical-coordinate representation of color #7F5BAE: hue angle of 266.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F5BAE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 91 | 174 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.32 |
| HSL | 266.02º | 0.34% | 0.52% | - |
| HSV(B) | 266.02º | 0.48% | 0.68% | - |
| XYZ | 20.13 | 15.05 | 41.89 | - |
| YUV | 111.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 174 | 0.27 | 0.48 | 0 | 0.32 | 266.02 | 0.34 | 0.52 |
| Hex | 7F | 5B | AE | 1B | 30 | 0 | 20 | 10A | 22 | 34 |
| Octal | 177 | 133 | 256 | 33 | 60 | 0 | 40 | 412 | 42 | 64 |
| Binary | 1111111 | 1011011 | 10101110 | 11011 | 110000 | 0 | 100000 | 100001010 | 100010 | 110100 |
Color Harmonies of #7F5BAE
Complementary color
Monochromatic Colors of #7F5BAE
Black with #7F5BAE
Text Example
Text Example
White with #7F5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5BAE; }
p { color: rgb(127,91,174); }
H1.HeaderClassName
{
color: #7F5BAE;
}
.AnyTagClassName
{
color: #7F5BAE;
}
</style>
background-color css
<style>
a { background-color: #7F5BAE; }
a { background-color: rgb(127,91,174); }
div.DivClassName
{
background-color: #7F5BAE;
}
.BgClassName
{
background-color: #7F5BAE;
}
</style>
border-color css
<style>
span { border-color: #7F5BAE; }
span { border-color: rgb(127,91,174); }
td.TdClassName
{
border-color: #7F5BAE;
}
.TagClassName
{
border-color: #7F5BAE;
}
</style>