Shades of Studio #7F50BC
Tints of Studio #7F50BC
RGB
CMYK
RGB Variations
Color information
#7F50BC (or 0x7F50BC) is known color: Studio. HEX triplet: 7F, 50 and BC. RGB value is (127,80,188). Sum of RGB (Red+Green+Blue) = 127+80+188=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50BC is #80AF43. Grayscale: #696969. Windows color (decimal): -8433476 or 12341375. OLE color: 12341375.
HSL color Cylindrical-coordinate representation of color #7F50BC: hue angle of 266.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F50BC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 80 | 188 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.26 |
| HSL | 266.11º | 0.45% | 0.53% | - |
| HSV(B) | 266.11º | 0.57% | 0.74% | - |
| XYZ | 20.7 | 13.88 | 49.17 | - |
| YUV | 106.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 188 | 0.32 | 0.57 | 0 | 0.26 | 266.11 | 0.45 | 0.53 |
| Hex | 7F | 50 | BC | 20 | 39 | 0 | 1A | 10A | 2D | 35 |
| Octal | 177 | 120 | 274 | 40 | 71 | 0 | 32 | 412 | 55 | 65 |
| Binary | 1111111 | 1010000 | 10111100 | 100000 | 111001 | 0 | 11010 | 100001010 | 101101 | 110101 |
Color Harmonies of #7F50BC
Complementary color
Monochromatic Colors of #7F50BC
Black with #7F50BC
Text Example
Text Example
White with #7F50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50BC; }
p { color: rgb(127,80,188); }
H1.HeaderClassName
{
color: #7F50BC;
}
.AnyTagClassName
{
color: #7F50BC;
}
</style>
background-color css
<style>
a { background-color: #7F50BC; }
a { background-color: rgb(127,80,188); }
div.DivClassName
{
background-color: #7F50BC;
}
.BgClassName
{
background-color: #7F50BC;
}
</style>
border-color css
<style>
span { border-color: #7F50BC; }
span { border-color: rgb(127,80,188); }
td.TdClassName
{
border-color: #7F50BC;
}
.TagClassName
{
border-color: #7F50BC;
}
</style>