Shades of Studio #784AAB
Tints of Studio #784AAB
RGB
CMYK
RGB Variations
Color information
#784AAB (or 0x784AAB) is known color: Studio. HEX triplet: 78, 4A and AB. RGB value is (120,74,171). Sum of RGB (Red+Green+Blue) = 120+74+171=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #784AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784AAB is #87B554. Grayscale: #626262. Windows color (decimal): -8893781 or 11225720. OLE color: 11225720.
HSL color Cylindrical-coordinate representation of color #784AAB: hue angle of 268.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784AAB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 74 | 171 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.33 |
| HSL | 268.45º | 0.4% | 0.48% | - |
| HSV(B) | 268.45º | 0.57% | 0.67% | - |
| XYZ | 17.55 | 11.83 | 39.89 | - |
| YUV | 98.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 171 | 0.30 | 0.57 | 0 | 0.33 | 268.45 | 0.4 | 0.48 |
| Hex | 78 | 4A | AB | 1E | 39 | 0 | 21 | 10C | 28 | 30 |
| Octal | 170 | 112 | 253 | 36 | 71 | 0 | 41 | 414 | 50 | 60 |
| Binary | 1111000 | 1001010 | 10101011 | 11110 | 111001 | 0 | 100001 | 100001100 | 101000 | 110000 |
Color Harmonies of #784AAB
Complementary color
Monochromatic Colors of #784AAB
Black with #784AAB
Text Example
Text Example
White with #784AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AAB; }
p { color: rgb(120,74,171); }
H1.HeaderClassName
{
color: #784AAB;
}
.AnyTagClassName
{
color: #784AAB;
}
</style>
background-color css
<style>
a { background-color: #784AAB; }
a { background-color: rgb(120,74,171); }
div.DivClassName
{
background-color: #784AAB;
}
.BgClassName
{
background-color: #784AAB;
}
</style>
border-color css
<style>
span { border-color: #784AAB; }
span { border-color: rgb(120,74,171); }
td.TdClassName
{
border-color: #784AAB;
}
.TagClassName
{
border-color: #784AAB;
}
</style>