Shades of Studio #7552AB
Tints of Studio #7552AB
RGB
CMYK
RGB Variations
Color information
#7552AB (or 0x7552AB) is known color: Studio. HEX triplet: 75, 52 and AB. RGB value is (117,82,171). Sum of RGB (Red+Green+Blue) = 117+82+171=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7552AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7552AB is #8AAD54. Grayscale: #666666. Windows color (decimal): -9088341 or 11227765. OLE color: 11227765.
HSL color Cylindrical-coordinate representation of color #7552AB: hue angle of 263.6º 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 #7552AB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 82 | 171 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.33 |
| HSL | 263.6º | 0.35% | 0.5% | - |
| HSV(B) | 263.6º | 0.52% | 0.67% | - |
| XYZ | 17.7 | 12.76 | 40.06 | - |
| YUV | 102.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 171 | 0.32 | 0.52 | 0 | 0.33 | 263.6 | 0.35 | 0.5 |
| Hex | 75 | 52 | AB | 20 | 34 | 0 | 21 | 108 | 23 | 32 |
| Octal | 165 | 122 | 253 | 40 | 64 | 0 | 41 | 410 | 43 | 62 |
| Binary | 1110101 | 1010010 | 10101011 | 100000 | 110100 | 0 | 100001 | 100001000 | 100011 | 110010 |
Color Harmonies of #7552AB
Complementary color
Monochromatic Colors of #7552AB
Black with #7552AB
Text Example
Text Example
White with #7552AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7552AB; }
p { color: rgb(117,82,171); }
H1.HeaderClassName
{
color: #7552AB;
}
.AnyTagClassName
{
color: #7552AB;
}
</style>
background-color css
<style>
a { background-color: #7552AB; }
a { background-color: rgb(117,82,171); }
div.DivClassName
{
background-color: #7552AB;
}
.BgClassName
{
background-color: #7552AB;
}
</style>
border-color css
<style>
span { border-color: #7552AB; }
span { border-color: rgb(117,82,171); }
td.TdClassName
{
border-color: #7552AB;
}
.TagClassName
{
border-color: #7552AB;
}
</style>