Shades of Studio #7F4FBC
Tints of Studio #7F4FBC
RGB
CMYK
RGB Variations
Color information
#7F4FBC (or 0x7F4FBC) is known color: Studio. HEX triplet: 7F, 4F and BC. RGB value is (127,79,188). Sum of RGB (Red+Green+Blue) = 127+79+188=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FBC is #80B043. Grayscale: #696969. Windows color (decimal): -8433732 or 12341119. OLE color: 12341119.
HSL color Cylindrical-coordinate representation of color #7F4FBC: hue angle of 266.42º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4FBC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 79 | 188 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.26 |
| HSL | 266.42º | 0.45% | 0.52% | - |
| HSV(B) | 266.42º | 0.58% | 0.74% | - |
| XYZ | 20.63 | 13.73 | 49.14 | - |
| YUV | 105.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 188 | 0.32 | 0.58 | 0 | 0.26 | 266.42 | 0.45 | 0.52 |
| Hex | 7F | 4F | BC | 20 | 3A | 0 | 1A | 10A | 2D | 34 |
| Octal | 177 | 117 | 274 | 40 | 72 | 0 | 32 | 412 | 55 | 64 |
| Binary | 1111111 | 1001111 | 10111100 | 100000 | 111010 | 0 | 11010 | 100001010 | 101101 | 110100 |
Color Harmonies of #7F4FBC
Complementary color
Monochromatic Colors of #7F4FBC
Black with #7F4FBC
Text Example
Text Example
White with #7F4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FBC; }
p { color: rgb(127,79,188); }
H1.HeaderClassName
{
color: #7F4FBC;
}
.AnyTagClassName
{
color: #7F4FBC;
}
</style>
background-color css
<style>
a { background-color: #7F4FBC; }
a { background-color: rgb(127,79,188); }
div.DivClassName
{
background-color: #7F4FBC;
}
.BgClassName
{
background-color: #7F4FBC;
}
</style>
border-color css
<style>
span { border-color: #7F4FBC; }
span { border-color: rgb(127,79,188); }
td.TdClassName
{
border-color: #7F4FBC;
}
.TagClassName
{
border-color: #7F4FBC;
}
</style>