Shades of Studio #784FB4
Tints of Studio #784FB4
RGB
CMYK
RGB Variations
Color information
#784FB4 (or 0x784FB4) is known color: Studio. HEX triplet: 78, 4F and B4. RGB value is (120,79,180). Sum of RGB (Red+Green+Blue) = 120+79+180=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #784FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FB4 is #87B04B. Grayscale: #666666. Windows color (decimal): -8892492 or 11816824. OLE color: 11816824.
HSL color Cylindrical-coordinate representation of color #784FB4: hue angle of 264.36º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784FB4 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 79 | 180 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.29 |
| HSL | 264.36º | 0.4% | 0.51% | - |
| HSV(B) | 264.36º | 0.56% | 0.71% | - |
| XYZ | 18.78 | 12.88 | 44.68 | - |
| YUV | 102.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 180 | 0.33 | 0.56 | 0 | 0.29 | 264.36 | 0.4 | 0.51 |
| Hex | 78 | 4F | B4 | 21 | 38 | 0 | 1D | 108 | 28 | 33 |
| Octal | 170 | 117 | 264 | 41 | 70 | 0 | 35 | 410 | 50 | 63 |
| Binary | 1111000 | 1001111 | 10110100 | 100001 | 111000 | 0 | 11101 | 100001000 | 101000 | 110011 |
Color Harmonies of #784FB4
Complementary color
Monochromatic Colors of #784FB4
Black with #784FB4
Text Example
Text Example
White with #784FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FB4; }
p { color: rgb(120,79,180); }
H1.HeaderClassName
{
color: #784FB4;
}
.AnyTagClassName
{
color: #784FB4;
}
</style>
background-color css
<style>
a { background-color: #784FB4; }
a { background-color: rgb(120,79,180); }
div.DivClassName
{
background-color: #784FB4;
}
.BgClassName
{
background-color: #784FB4;
}
</style>
border-color css
<style>
span { border-color: #784FB4; }
span { border-color: rgb(120,79,180); }
td.TdClassName
{
border-color: #784FB4;
}
.TagClassName
{
border-color: #784FB4;
}
</style>