Shades of Studio #7D4FBA
Tints of Studio #7D4FBA
RGB
CMYK
RGB Variations
Color information
#7D4FBA (or 0x7D4FBA) is known color: Studio. HEX triplet: 7D, 4F and BA. RGB value is (125,79,186). Sum of RGB (Red+Green+Blue) = 125+79+186=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FBA is #82B045. Grayscale: #686868. Windows color (decimal): -8564806 or 12210045. OLE color: 12210045.
HSL color Cylindrical-coordinate representation of color #7D4FBA: hue angle of 265.79º 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 #7D4FBA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 79 | 186 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.27 |
| HSL | 265.79º | 0.44% | 0.52% | - |
| HSV(B) | 265.79º | 0.58% | 0.73% | - |
| XYZ | 20.12 | 13.5 | 48 | - |
| YUV | 104.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 186 | 0.33 | 0.58 | 0 | 0.27 | 265.79 | 0.44 | 0.52 |
| Hex | 7D | 4F | BA | 21 | 3A | 0 | 1B | 10A | 2C | 34 |
| Octal | 175 | 117 | 272 | 41 | 72 | 0 | 33 | 412 | 54 | 64 |
| Binary | 1111101 | 1001111 | 10111010 | 100001 | 111010 | 0 | 11011 | 100001010 | 101100 | 110100 |
Color Harmonies of #7D4FBA
Complementary color
Monochromatic Colors of #7D4FBA
Black with #7D4FBA
Text Example
Text Example
White with #7D4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FBA; }
p { color: rgb(125,79,186); }
H1.HeaderClassName
{
color: #7D4FBA;
}
.AnyTagClassName
{
color: #7D4FBA;
}
</style>
background-color css
<style>
a { background-color: #7D4FBA; }
a { background-color: rgb(125,79,186); }
div.DivClassName
{
background-color: #7D4FBA;
}
.BgClassName
{
background-color: #7D4FBA;
}
</style>
border-color css
<style>
span { border-color: #7D4FBA; }
span { border-color: rgb(125,79,186); }
td.TdClassName
{
border-color: #7D4FBA;
}
.TagClassName
{
border-color: #7D4FBA;
}
</style>