Shades of Studio #7D4FBB
Tints of Studio #7D4FBB
RGB
CMYK
RGB Variations
Color information
#7D4FBB (or 0x7D4FBB) is known color: Studio. HEX triplet: 7D, 4F and BB. RGB value is (125,79,187). Sum of RGB (Red+Green+Blue) = 125+79+187=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FBB is #82B044. Grayscale: #686868. Windows color (decimal): -8564805 or 12275581. OLE color: 12275581.
HSL color Cylindrical-coordinate representation of color #7D4FBB: hue angle of 265.56º 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 #7D4FBB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 79 | 187 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.27 |
| HSL | 265.56º | 0.44% | 0.52% | - |
| HSV(B) | 265.56º | 0.58% | 0.73% | - |
| XYZ | 20.22 | 13.54 | 48.56 | - |
| YUV | 105.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 187 | 0.33 | 0.58 | 0 | 0.27 | 265.56 | 0.44 | 0.52 |
| Hex | 7D | 4F | BB | 21 | 3A | 0 | 1B | 10A | 2C | 34 |
| Octal | 175 | 117 | 273 | 41 | 72 | 0 | 33 | 412 | 54 | 64 |
| Binary | 1111101 | 1001111 | 10111011 | 100001 | 111010 | 0 | 11011 | 100001010 | 101100 | 110100 |
Color Harmonies of #7D4FBB
Complementary color
Monochromatic Colors of #7D4FBB
Black with #7D4FBB
Text Example
Text Example
White with #7D4FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FBB; }
p { color: rgb(125,79,187); }
H1.HeaderClassName
{
color: #7D4FBB;
}
.AnyTagClassName
{
color: #7D4FBB;
}
</style>
background-color css
<style>
a { background-color: #7D4FBB; }
a { background-color: rgb(125,79,187); }
div.DivClassName
{
background-color: #7D4FBB;
}
.BgClassName
{
background-color: #7D4FBB;
}
</style>
border-color css
<style>
span { border-color: #7D4FBB; }
span { border-color: rgb(125,79,187); }
td.TdClassName
{
border-color: #7D4FBB;
}
.TagClassName
{
border-color: #7D4FBB;
}
</style>