Shades of Studio #7F3DBC
Tints of Studio #7F3DBC
RGB
CMYK
RGB Variations
Color information
#7F3DBC (or 0x7F3DBC) is known color: Studio. HEX triplet: 7F, 3D and BC. RGB value is (127,61,188). Sum of RGB (Red+Green+Blue) = 127+61+188=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F3DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3DBC is #80C243. Grayscale: #5E5E5E. Windows color (decimal): -8438340 or 12336511. OLE color: 12336511.
HSL color Cylindrical-coordinate representation of color #7F3DBC: hue angle of 271.18º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3DBC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 61 | 188 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.26 |
| HSL | 271.18º | 0.51% | 0.49% | - |
| HSV(B) | 271.18º | 0.68% | 0.74% | - |
| XYZ | 19.5 | 11.48 | 48.77 | - |
| YUV | 95.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 188 | 0.32 | 0.68 | 0 | 0.26 | 271.18 | 0.51 | 0.49 |
| Hex | 7F | 3D | BC | 20 | 44 | 0 | 1A | 10F | 33 | 31 |
| Octal | 177 | 75 | 274 | 40 | 104 | 0 | 32 | 417 | 63 | 61 |
| Binary | 1111111 | 111101 | 10111100 | 100000 | 1000100 | 0 | 11010 | 100001111 | 110011 | 110001 |
Color Harmonies of #7F3DBC
Complementary color
Monochromatic Colors of #7F3DBC
Black with #7F3DBC
Text Example
Text Example
White with #7F3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3DBC; }
p { color: rgb(127,61,188); }
H1.HeaderClassName
{
color: #7F3DBC;
}
.AnyTagClassName
{
color: #7F3DBC;
}
</style>
background-color css
<style>
a { background-color: #7F3DBC; }
a { background-color: rgb(127,61,188); }
div.DivClassName
{
background-color: #7F3DBC;
}
.BgClassName
{
background-color: #7F3DBC;
}
</style>
border-color css
<style>
span { border-color: #7F3DBC; }
span { border-color: rgb(127,61,188); }
td.TdClassName
{
border-color: #7F3DBC;
}
.TagClassName
{
border-color: #7F3DBC;
}
</style>