Shades of Studio #7F50BE
Tints of Studio #7F50BE
RGB
CMYK
RGB Variations
Color information
#7F50BE (or 0x7F50BE) is known color: Studio. HEX triplet: 7F, 50 and BE. RGB value is (127,80,190). Sum of RGB (Red+Green+Blue) = 127+80+190=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50BE is #80AF41. Grayscale: #6A6A6A. Windows color (decimal): -8433474 or 12472447. OLE color: 12472447.
HSL color Cylindrical-coordinate representation of color #7F50BE: hue angle of 265.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F50BE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 80 | 190 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.25 |
| HSL | 265.64º | 0.46% | 0.53% | - |
| HSV(B) | 265.64º | 0.58% | 0.75% | - |
| XYZ | 20.92 | 13.97 | 50.31 | - |
| YUV | 106.59 | 175.07 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 190 | 0.33 | 0.58 | 0 | 0.25 | 265.64 | 0.46 | 0.53 |
| Hex | 7F | 50 | BE | 21 | 3A | 0 | 19 | 10A | 2E | 35 |
| Octal | 177 | 120 | 276 | 41 | 72 | 0 | 31 | 412 | 56 | 65 |
| Binary | 1111111 | 1010000 | 10111110 | 100001 | 111010 | 0 | 11001 | 100001010 | 101110 | 110101 |
Color Harmonies of #7F50BE
Complementary color
Monochromatic Colors of #7F50BE
Black with #7F50BE
Text Example
Text Example
White with #7F50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50BE; }
p { color: rgb(127,80,190); }
H1.HeaderClassName
{
color: #7F50BE;
}
.AnyTagClassName
{
color: #7F50BE;
}
</style>
background-color css
<style>
a { background-color: #7F50BE; }
a { background-color: rgb(127,80,190); }
div.DivClassName
{
background-color: #7F50BE;
}
.BgClassName
{
background-color: #7F50BE;
}
</style>
border-color css
<style>
span { border-color: #7F50BE; }
span { border-color: rgb(127,80,190); }
td.TdClassName
{
border-color: #7F50BE;
}
.TagClassName
{
border-color: #7F50BE;
}
</style>