Shades of Studio #784EAC
Tints of Studio #784EAC
RGB
CMYK
RGB Variations
Color information
#784EAC (or 0x784EAC) is known color: Studio. HEX triplet: 78, 4E and AC. RGB value is (120,78,172). Sum of RGB (Red+Green+Blue) = 120+78+172=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #784EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784EAC is #87B153. Grayscale: #646464. Windows color (decimal): -8892756 or 11292280. OLE color: 11292280.
HSL color Cylindrical-coordinate representation of color #784EAC: hue angle of 266.81º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #784EAC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 78 | 172 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.33 |
| HSL | 266.81º | 0.38% | 0.49% | - |
| HSV(B) | 266.81º | 0.55% | 0.67% | - |
| XYZ | 17.92 | 12.42 | 40.48 | - |
| YUV | 101.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 172 | 0.30 | 0.55 | 0 | 0.33 | 266.81 | 0.38 | 0.49 |
| Hex | 78 | 4E | AC | 1E | 37 | 0 | 21 | 10B | 26 | 31 |
| Octal | 170 | 116 | 254 | 36 | 67 | 0 | 41 | 413 | 46 | 61 |
| Binary | 1111000 | 1001110 | 10101100 | 11110 | 110111 | 0 | 100001 | 100001011 | 100110 | 110001 |
Color Harmonies of #784EAC
Complementary color
Monochromatic Colors of #784EAC
Black with #784EAC
Text Example
Text Example
White with #784EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784EAC; }
p { color: rgb(120,78,172); }
H1.HeaderClassName
{
color: #784EAC;
}
.AnyTagClassName
{
color: #784EAC;
}
</style>
background-color css
<style>
a { background-color: #784EAC; }
a { background-color: rgb(120,78,172); }
div.DivClassName
{
background-color: #784EAC;
}
.BgClassName
{
background-color: #784EAC;
}
</style>
border-color css
<style>
span { border-color: #784EAC; }
span { border-color: rgb(120,78,172); }
td.TdClassName
{
border-color: #784EAC;
}
.TagClassName
{
border-color: #784EAC;
}
</style>