Shades of Studio #7D4CBD
Tints of Studio #7D4CBD
RGB
CMYK
RGB Variations
Color information
#7D4CBD (or 0x7D4CBD) is known color: Studio. HEX triplet: 7D, 4C and BD. RGB value is (125,76,189). Sum of RGB (Red+Green+Blue) = 125+76+189=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D4CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CBD is #82B342. Grayscale: #676767. Windows color (decimal): -8565571 or 12405885. OLE color: 12405885.
HSL color Cylindrical-coordinate representation of color #7D4CBD: hue angle of 266.02º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4CBD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 76 | 189 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.26 |
| HSL | 266.02º | 0.46% | 0.52% | - |
| HSV(B) | 266.02º | 0.6% | 0.74% | - |
| XYZ | 20.23 | 13.2 | 49.63 | - |
| YUV | 103.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 189 | 0.34 | 0.60 | 0 | 0.26 | 266.02 | 0.46 | 0.52 |
| Hex | 7D | 4C | BD | 22 | 3C | 0 | 1A | 10A | 2E | 34 |
| Octal | 175 | 114 | 275 | 42 | 74 | 0 | 32 | 412 | 56 | 64 |
| Binary | 1111101 | 1001100 | 10111101 | 100010 | 111100 | 0 | 11010 | 100001010 | 101110 | 110100 |
Color Harmonies of #7D4CBD
Complementary color
Monochromatic Colors of #7D4CBD
Black with #7D4CBD
Text Example
Text Example
White with #7D4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CBD; }
p { color: rgb(125,76,189); }
H1.HeaderClassName
{
color: #7D4CBD;
}
.AnyTagClassName
{
color: #7D4CBD;
}
</style>
background-color css
<style>
a { background-color: #7D4CBD; }
a { background-color: rgb(125,76,189); }
div.DivClassName
{
background-color: #7D4CBD;
}
.BgClassName
{
background-color: #7D4CBD;
}
</style>
border-color css
<style>
span { border-color: #7D4CBD; }
span { border-color: rgb(125,76,189); }
td.TdClassName
{
border-color: #7D4CBD;
}
.TagClassName
{
border-color: #7D4CBD;
}
</style>