Shades of Studio #7C4FBB
Tints of Studio #7C4FBB
RGB
CMYK
RGB Variations
Color information
#7C4FBB (or 0x7C4FBB) is known color: Studio. HEX triplet: 7C, 4F and BB. RGB value is (124,79,187). Sum of RGB (Red+Green+Blue) = 124+79+187=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FBB is #83B044. Grayscale: #686868. Windows color (decimal): -8630341 or 12275580. OLE color: 12275580.
HSL color Cylindrical-coordinate representation of color #7C4FBB: hue angle of 265º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C4FBB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 79 | 187 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.27 |
| HSL | 265º | 0.44% | 0.52% | - |
| HSV(B) | 265º | 0.58% | 0.73% | - |
| XYZ | 20.08 | 13.46 | 48.55 | - |
| YUV | 104.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 187 | 0.34 | 0.58 | 0 | 0.27 | 265 | 0.44 | 0.52 |
| Hex | 7C | 4F | BB | 22 | 3A | 0 | 1B | 109 | 2C | 34 |
| Octal | 174 | 117 | 273 | 42 | 72 | 0 | 33 | 411 | 54 | 64 |
| Binary | 1111100 | 1001111 | 10111011 | 100010 | 111010 | 0 | 11011 | 100001001 | 101100 | 110100 |
Color Harmonies of #7C4FBB
Complementary color
Monochromatic Colors of #7C4FBB
Black with #7C4FBB
Text Example
Text Example
White with #7C4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4FBB; }
p { color: rgb(124,79,187); }
H1.HeaderClassName
{
color: #7C4FBB;
}
.AnyTagClassName
{
color: #7C4FBB;
}
</style>
background-color css
<style>
a { background-color: #7C4FBB; }
a { background-color: rgb(124,79,187); }
div.DivClassName
{
background-color: #7C4FBB;
}
.BgClassName
{
background-color: #7C4FBB;
}
</style>
border-color css
<style>
span { border-color: #7C4FBB; }
span { border-color: rgb(124,79,187); }
td.TdClassName
{
border-color: #7C4FBB;
}
.TagClassName
{
border-color: #7C4FBB;
}
</style>