Shades of Studio #784BAC
Tints of Studio #784BAC
RGB
CMYK
RGB Variations
Color information
#784BAC (or 0x784BAC) is known color: Studio. HEX triplet: 78, 4B and AC. RGB value is (120,75,172). Sum of RGB (Red+Green+Blue) = 120+75+172=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #784BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784BAC is #87B453. Grayscale: #636363. Windows color (decimal): -8893524 or 11291512. OLE color: 11291512.
HSL color Cylindrical-coordinate representation of color #784BAC: hue angle of 267.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784BAC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 75 | 172 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.33 |
| HSL | 267.84º | 0.39% | 0.48% | - |
| HSV(B) | 267.84º | 0.56% | 0.67% | - |
| XYZ | 17.71 | 12 | 40.41 | - |
| YUV | 99.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 172 | 0.30 | 0.56 | 0 | 0.33 | 267.84 | 0.39 | 0.48 |
| Hex | 78 | 4B | AC | 1E | 38 | 0 | 21 | 10C | 27 | 30 |
| Octal | 170 | 113 | 254 | 36 | 70 | 0 | 41 | 414 | 47 | 60 |
| Binary | 1111000 | 1001011 | 10101100 | 11110 | 111000 | 0 | 100001 | 100001100 | 100111 | 110000 |
Color Harmonies of #784BAC
Complementary color
Monochromatic Colors of #784BAC
Black with #784BAC
Text Example
Text Example
White with #784BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BAC; }
p { color: rgb(120,75,172); }
H1.HeaderClassName
{
color: #784BAC;
}
.AnyTagClassName
{
color: #784BAC;
}
</style>
background-color css
<style>
a { background-color: #784BAC; }
a { background-color: rgb(120,75,172); }
div.DivClassName
{
background-color: #784BAC;
}
.BgClassName
{
background-color: #784BAC;
}
</style>
border-color css
<style>
span { border-color: #784BAC; }
span { border-color: rgb(120,75,172); }
td.TdClassName
{
border-color: #784BAC;
}
.TagClassName
{
border-color: #784BAC;
}
</style>