Shades of Studio #7D5CAF
Tints of Studio #7D5CAF
RGB
CMYK
RGB Variations
Color information
#7D5CAF (or 0x7D5CAF) is known color: Studio. HEX triplet: 7D, 5C and AF. RGB value is (125,92,175). Sum of RGB (Red+Green+Blue) = 125+92+175=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D5CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5CAF is #82A350. Grayscale: #6F6F6F. Windows color (decimal): -8561489 or 11492477. OLE color: 11492477.
HSL color Cylindrical-coordinate representation of color #7D5CAF: hue angle of 263.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D5CAF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 92 | 175 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.31 |
| HSL | 263.86º | 0.34% | 0.52% | - |
| HSV(B) | 263.86º | 0.47% | 0.69% | - |
| XYZ | 20.02 | 15.11 | 42.42 | - |
| YUV | 111.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 92 | 175 | 0.29 | 0.47 | 0 | 0.31 | 263.86 | 0.34 | 0.52 |
| Hex | 7D | 5C | AF | 1D | 2F | 0 | 1F | 108 | 22 | 34 |
| Octal | 175 | 134 | 257 | 35 | 57 | 0 | 37 | 410 | 42 | 64 |
| Binary | 1111101 | 1011100 | 10101111 | 11101 | 101111 | 0 | 11111 | 100001000 | 100010 | 110100 |
Color Harmonies of #7D5CAF
Complementary color
Monochromatic Colors of #7D5CAF
Black with #7D5CAF
Text Example
Text Example
White with #7D5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5CAF; }
p { color: rgb(125,92,175); }
H1.HeaderClassName
{
color: #7D5CAF;
}
.AnyTagClassName
{
color: #7D5CAF;
}
</style>
background-color css
<style>
a { background-color: #7D5CAF; }
a { background-color: rgb(125,92,175); }
div.DivClassName
{
background-color: #7D5CAF;
}
.BgClassName
{
background-color: #7D5CAF;
}
</style>
border-color css
<style>
span { border-color: #7D5CAF; }
span { border-color: rgb(125,92,175); }
td.TdClassName
{
border-color: #7D5CAF;
}
.TagClassName
{
border-color: #7D5CAF;
}
</style>