Shades of Studio #7953AF
Tints of Studio #7953AF
RGB
CMYK
RGB Variations
Color information
#7953AF (or 0x7953AF) is known color: Studio. HEX triplet: 79, 53 and AF. RGB value is (121,83,175). Sum of RGB (Red+Green+Blue) = 121+83+175=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #7953AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7953AF is #86AC50. Grayscale: #686868. Windows color (decimal): -8825937 or 11490169. OLE color: 11490169.
HSL color Cylindrical-coordinate representation of color #7953AF: hue angle of 264.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7953AF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 83 | 175 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.31 |
| HSL | 264.78º | 0.37% | 0.51% | - |
| HSV(B) | 264.78º | 0.53% | 0.69% | - |
| XYZ | 18.72 | 13.35 | 42.15 | - |
| YUV | 104.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 175 | 0.31 | 0.53 | 0 | 0.31 | 264.78 | 0.37 | 0.51 |
| Hex | 79 | 53 | AF | 1F | 35 | 0 | 1F | 109 | 25 | 33 |
| Octal | 171 | 123 | 257 | 37 | 65 | 0 | 37 | 411 | 45 | 63 |
| Binary | 1111001 | 1010011 | 10101111 | 11111 | 110101 | 0 | 11111 | 100001001 | 100101 | 110011 |
Color Harmonies of #7953AF
Complementary color
Monochromatic Colors of #7953AF
Black with #7953AF
Text Example
Text Example
White with #7953AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7953AF; }
p { color: rgb(121,83,175); }
H1.HeaderClassName
{
color: #7953AF;
}
.AnyTagClassName
{
color: #7953AF;
}
</style>
background-color css
<style>
a { background-color: #7953AF; }
a { background-color: rgb(121,83,175); }
div.DivClassName
{
background-color: #7953AF;
}
.BgClassName
{
background-color: #7953AF;
}
</style>
border-color css
<style>
span { border-color: #7953AF; }
span { border-color: rgb(121,83,175); }
td.TdClassName
{
border-color: #7953AF;
}
.TagClassName
{
border-color: #7953AF;
}
</style>