Shades of Studio #7455AB
Tints of Studio #7455AB
RGB
CMYK
RGB Variations
Color information
#7455AB (or 0x7455AB) is known color: Studio. HEX triplet: 74, 55 and AB. RGB value is (116,85,171). Sum of RGB (Red+Green+Blue) = 116+85+171=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7455AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7455AB is #8BAA54. Grayscale: #676767. Windows color (decimal): -9153109 or 11228532. OLE color: 11228532.
HSL color Cylindrical-coordinate representation of color #7455AB: hue angle of 261.63º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7455AB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 85 | 171 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.33 |
| HSL | 261.63º | 0.34% | 0.5% | - |
| HSV(B) | 261.63º | 0.5% | 0.67% | - |
| XYZ | 17.8 | 13.15 | 40.13 | - |
| YUV | 104.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 171 | 0.32 | 0.50 | 0 | 0.33 | 261.63 | 0.34 | 0.5 |
| Hex | 74 | 55 | AB | 20 | 32 | 0 | 21 | 106 | 22 | 32 |
| Octal | 164 | 125 | 253 | 40 | 62 | 0 | 41 | 406 | 42 | 62 |
| Binary | 1110100 | 1010101 | 10101011 | 100000 | 110010 | 0 | 100001 | 100000110 | 100010 | 110010 |
Color Harmonies of #7455AB
Complementary color
Monochromatic Colors of #7455AB
Black with #7455AB
Text Example
Text Example
White with #7455AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7455AB; }
p { color: rgb(116,85,171); }
H1.HeaderClassName
{
color: #7455AB;
}
.AnyTagClassName
{
color: #7455AB;
}
</style>
background-color css
<style>
a { background-color: #7455AB; }
a { background-color: rgb(116,85,171); }
div.DivClassName
{
background-color: #7455AB;
}
.BgClassName
{
background-color: #7455AB;
}
</style>
border-color css
<style>
span { border-color: #7455AB; }
span { border-color: rgb(116,85,171); }
td.TdClassName
{
border-color: #7455AB;
}
.TagClassName
{
border-color: #7455AB;
}
</style>