Shades of Studio #784ABC
Tints of Studio #784ABC
RGB
CMYK
RGB Variations
Color information
#784ABC (or 0x784ABC) is known color: Studio. HEX triplet: 78, 4A and BC. RGB value is (120,74,188). Sum of RGB (Red+Green+Blue) = 120+74+188=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #784ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784ABC is #87B543. Grayscale: #646464. Windows color (decimal): -8893764 or 12339832. OLE color: 12339832.
HSL color Cylindrical-coordinate representation of color #784ABC: hue angle of 264.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784ABC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 74 | 188 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.26 |
| HSL | 264.21º | 0.46% | 0.51% | - |
| HSV(B) | 264.21º | 0.61% | 0.74% | - |
| XYZ | 19.27 | 12.52 | 48.98 | - |
| YUV | 100.75 | 177.24 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 188 | 0.36 | 0.61 | 0 | 0.26 | 264.21 | 0.46 | 0.51 |
| Hex | 78 | 4A | BC | 24 | 3D | 0 | 1A | 108 | 2E | 33 |
| Octal | 170 | 112 | 274 | 44 | 75 | 0 | 32 | 410 | 56 | 63 |
| Binary | 1111000 | 1001010 | 10111100 | 100100 | 111101 | 0 | 11010 | 100001000 | 101110 | 110011 |
Color Harmonies of #784ABC
Complementary color
Monochromatic Colors of #784ABC
Black with #784ABC
Text Example
Text Example
White with #784ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784ABC; }
p { color: rgb(120,74,188); }
H1.HeaderClassName
{
color: #784ABC;
}
.AnyTagClassName
{
color: #784ABC;
}
</style>
background-color css
<style>
a { background-color: #784ABC; }
a { background-color: rgb(120,74,188); }
div.DivClassName
{
background-color: #784ABC;
}
.BgClassName
{
background-color: #784ABC;
}
</style>
border-color css
<style>
span { border-color: #784ABC; }
span { border-color: rgb(120,74,188); }
td.TdClassName
{
border-color: #784ABC;
}
.TagClassName
{
border-color: #784ABC;
}
</style>