Shades of Studio #7653AE
Tints of Studio #7653AE
RGB
CMYK
RGB Variations
Color information
#7653AE (or 0x7653AE) is known color: Studio. HEX triplet: 76, 53 and AE. RGB value is (118,83,174). Sum of RGB (Red+Green+Blue) = 118+83+174=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7653AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653AE is #89AC51. Grayscale: #676767. Windows color (decimal): -9022546 or 11424630. OLE color: 11424630.
HSL color Cylindrical-coordinate representation of color #7653AE: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7653AE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 83 | 174 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.32 |
| HSL | 263.08º | 0.36% | 0.5% | - |
| HSV(B) | 263.08º | 0.52% | 0.68% | - |
| XYZ | 18.2 | 13.09 | 41.61 | - |
| YUV | 103.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 174 | 0.32 | 0.52 | 0 | 0.32 | 263.08 | 0.36 | 0.5 |
| Hex | 76 | 53 | AE | 20 | 34 | 0 | 20 | 107 | 24 | 32 |
| Octal | 166 | 123 | 256 | 40 | 64 | 0 | 40 | 407 | 44 | 62 |
| Binary | 1110110 | 1010011 | 10101110 | 100000 | 110100 | 0 | 100000 | 100000111 | 100100 | 110010 |
Color Harmonies of #7653AE
Complementary color
Monochromatic Colors of #7653AE
Black with #7653AE
Text Example
Text Example
White with #7653AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7653AE; }
p { color: rgb(118,83,174); }
H1.HeaderClassName
{
color: #7653AE;
}
.AnyTagClassName
{
color: #7653AE;
}
</style>
background-color css
<style>
a { background-color: #7653AE; }
a { background-color: rgb(118,83,174); }
div.DivClassName
{
background-color: #7653AE;
}
.BgClassName
{
background-color: #7653AE;
}
</style>
border-color css
<style>
span { border-color: #7653AE; }
span { border-color: rgb(118,83,174); }
td.TdClassName
{
border-color: #7653AE;
}
.TagClassName
{
border-color: #7653AE;
}
</style>