Shades of Studio #7F50BF
Tints of Studio #7F50BF
RGB
CMYK
RGB Variations
Color information
#7F50BF (or 0x7F50BF) is known color: Studio. HEX triplet: 7F, 50 and BF. RGB value is (127,80,191). Sum of RGB (Red+Green+Blue) = 127+80+191=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50BF is #80AF40. Grayscale: #6A6A6A. Windows color (decimal): -8433473 or 12537983. OLE color: 12537983.
HSL color Cylindrical-coordinate representation of color #7F50BF: hue angle of 265.41º 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 #7F50BF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 80 | 191 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.25 |
| HSL | 265.41º | 0.46% | 0.53% | - |
| HSV(B) | 265.41º | 0.58% | 0.75% | - |
| XYZ | 21.03 | 14.01 | 50.89 | - |
| YUV | 106.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 191 | 0.34 | 0.58 | 0 | 0.25 | 265.41 | 0.46 | 0.53 |
| Hex | 7F | 50 | BF | 22 | 3A | 0 | 19 | 109 | 2E | 35 |
| Octal | 177 | 120 | 277 | 42 | 72 | 0 | 31 | 411 | 56 | 65 |
| Binary | 1111111 | 1010000 | 10111111 | 100010 | 111010 | 0 | 11001 | 100001001 | 101110 | 110101 |
Color Harmonies of #7F50BF
Complementary color
Monochromatic Colors of #7F50BF
Black with #7F50BF
Text Example
Text Example
White with #7F50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50BF; }
p { color: rgb(127,80,191); }
H1.HeaderClassName
{
color: #7F50BF;
}
.AnyTagClassName
{
color: #7F50BF;
}
</style>
background-color css
<style>
a { background-color: #7F50BF; }
a { background-color: rgb(127,80,191); }
div.DivClassName
{
background-color: #7F50BF;
}
.BgClassName
{
background-color: #7F50BF;
}
</style>
border-color css
<style>
span { border-color: #7F50BF; }
span { border-color: rgb(127,80,191); }
td.TdClassName
{
border-color: #7F50BF;
}
.TagClassName
{
border-color: #7F50BF;
}
</style>