Shades of Studio #7D4CBF
Tints of Studio #7D4CBF
RGB
CMYK
RGB Variations
Color information
#7D4CBF (or 0x7D4CBF) is known color: Studio. HEX triplet: 7D, 4C and BF. RGB value is (125,76,191). Sum of RGB (Red+Green+Blue) = 125+76+191=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CBF is #82B340. Grayscale: #676767. Windows color (decimal): -8565569 or 12536957. OLE color: 12536957.
HSL color Cylindrical-coordinate representation of color #7D4CBF: hue angle of 265.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4CBF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 76 | 191 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.25 |
| HSL | 265.57º | 0.47% | 0.52% | - |
| HSV(B) | 265.57º | 0.6% | 0.75% | - |
| XYZ | 20.45 | 13.29 | 50.78 | - |
| YUV | 103.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 191 | 0.35 | 0.60 | 0 | 0.25 | 265.57 | 0.47 | 0.52 |
| Hex | 7D | 4C | BF | 23 | 3C | 0 | 19 | 10A | 2F | 34 |
| Octal | 175 | 114 | 277 | 43 | 74 | 0 | 31 | 412 | 57 | 64 |
| Binary | 1111101 | 1001100 | 10111111 | 100011 | 111100 | 0 | 11001 | 100001010 | 101111 | 110100 |
Color Harmonies of #7D4CBF
Complementary color
Monochromatic Colors of #7D4CBF
Black with #7D4CBF
Text Example
Text Example
White with #7D4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CBF; }
p { color: rgb(125,76,191); }
H1.HeaderClassName
{
color: #7D4CBF;
}
.AnyTagClassName
{
color: #7D4CBF;
}
</style>
background-color css
<style>
a { background-color: #7D4CBF; }
a { background-color: rgb(125,76,191); }
div.DivClassName
{
background-color: #7D4CBF;
}
.BgClassName
{
background-color: #7D4CBF;
}
</style>
border-color css
<style>
span { border-color: #7D4CBF; }
span { border-color: rgb(125,76,191); }
td.TdClassName
{
border-color: #7D4CBF;
}
.TagClassName
{
border-color: #7D4CBF;
}
</style>