Shades of Studio #784FA8
Tints of Studio #784FA8
RGB
CMYK
RGB Variations
Color information
#784FA8 (or 0x784FA8) is known color: Studio. HEX triplet: 78, 4F and A8. RGB value is (120,79,168). Sum of RGB (Red+Green+Blue) = 120+79+168=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 168 - color contains mainly: blue. Hex color #784FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784FA8 is #87B057. Grayscale: #656565. Windows color (decimal): -8892504 or 11030392. OLE color: 11030392.
HSL color Cylindrical-coordinate representation of color #784FA8: hue angle of 267.64º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784FA8 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 79 | 168 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.34 |
| HSL | 267.64º | 0.36% | 0.48% | - |
| HSV(B) | 267.64º | 0.53% | 0.66% | - |
| XYZ | 17.61 | 12.41 | 38.51 | - |
| YUV | 101.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 168 | 0.29 | 0.53 | 0 | 0.34 | 267.64 | 0.36 | 0.48 |
| Hex | 78 | 4F | A8 | 1D | 35 | 0 | 22 | 10C | 24 | 30 |
| Octal | 170 | 117 | 250 | 35 | 65 | 0 | 42 | 414 | 44 | 60 |
| Binary | 1111000 | 1001111 | 10101000 | 11101 | 110101 | 0 | 100010 | 100001100 | 100100 | 110000 |
Color Harmonies of #784FA8
Complementary color
Monochromatic Colors of #784FA8
Black with #784FA8
Text Example
Text Example
White with #784FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FA8; }
p { color: rgb(120,79,168); }
H1.HeaderClassName
{
color: #784FA8;
}
.AnyTagClassName
{
color: #784FA8;
}
</style>
background-color css
<style>
a { background-color: #784FA8; }
a { background-color: rgb(120,79,168); }
div.DivClassName
{
background-color: #784FA8;
}
.BgClassName
{
background-color: #784FA8;
}
</style>
border-color css
<style>
span { border-color: #784FA8; }
span { border-color: rgb(120,79,168); }
td.TdClassName
{
border-color: #784FA8;
}
.TagClassName
{
border-color: #784FA8;
}
</style>