Shades of Studio #7652AB
Tints of Studio #7652AB
RGB
CMYK
RGB Variations
Color information
#7652AB (or 0x7652AB) is known color: Studio. HEX triplet: 76, 52 and AB. RGB value is (118,82,171). Sum of RGB (Red+Green+Blue) = 118+82+171=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7652AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7652AB is #89AD54. Grayscale: #666666. Windows color (decimal): -9022805 or 11227766. OLE color: 11227766.
HSL color Cylindrical-coordinate representation of color #7652AB: hue angle of 264.27º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7652AB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 82 | 171 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.33 |
| HSL | 264.27º | 0.35% | 0.5% | - |
| HSV(B) | 264.27º | 0.52% | 0.67% | - |
| XYZ | 17.84 | 12.83 | 40.06 | - |
| YUV | 102.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 171 | 0.31 | 0.52 | 0 | 0.33 | 264.27 | 0.35 | 0.5 |
| Hex | 76 | 52 | AB | 1F | 34 | 0 | 21 | 108 | 23 | 32 |
| Octal | 166 | 122 | 253 | 37 | 64 | 0 | 41 | 410 | 43 | 62 |
| Binary | 1110110 | 1010010 | 10101011 | 11111 | 110100 | 0 | 100001 | 100001000 | 100011 | 110010 |
Color Harmonies of #7652AB
Complementary color
Monochromatic Colors of #7652AB
Black with #7652AB
Text Example
Text Example
White with #7652AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652AB; }
p { color: rgb(118,82,171); }
H1.HeaderClassName
{
color: #7652AB;
}
.AnyTagClassName
{
color: #7652AB;
}
</style>
background-color css
<style>
a { background-color: #7652AB; }
a { background-color: rgb(118,82,171); }
div.DivClassName
{
background-color: #7652AB;
}
.BgClassName
{
background-color: #7652AB;
}
</style>
border-color css
<style>
span { border-color: #7652AB; }
span { border-color: rgb(118,82,171); }
td.TdClassName
{
border-color: #7652AB;
}
.TagClassName
{
border-color: #7652AB;
}
</style>