Shades of Studio #794CB4
Tints of Studio #794CB4
RGB
CMYK
RGB Variations
Color information
#794CB4 (or 0x794CB4) is known color: Studio. HEX triplet: 79, 4C and B4. RGB value is (121,76,180). Sum of RGB (Red+Green+Blue) = 121+76+180=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #794CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CB4 is #86B34B. Grayscale: #646464. Windows color (decimal): -8827724 or 11816057. OLE color: 11816057.
HSL color Cylindrical-coordinate representation of color #794CB4: hue angle of 265.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794CB4 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 76 | 180 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.29 |
| HSL | 265.96º | 0.41% | 0.5% | - |
| HSV(B) | 265.96º | 0.58% | 0.71% | - |
| XYZ | 18.71 | 12.53 | 44.61 | - |
| YUV | 101.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 180 | 0.33 | 0.58 | 0 | 0.29 | 265.96 | 0.41 | 0.5 |
| Hex | 79 | 4C | B4 | 21 | 3A | 0 | 1D | 10A | 29 | 32 |
| Octal | 171 | 114 | 264 | 41 | 72 | 0 | 35 | 412 | 51 | 62 |
| Binary | 1111001 | 1001100 | 10110100 | 100001 | 111010 | 0 | 11101 | 100001010 | 101001 | 110010 |
Color Harmonies of #794CB4
Complementary color
Monochromatic Colors of #794CB4
Black with #794CB4
Text Example
Text Example
White with #794CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CB4; }
p { color: rgb(121,76,180); }
H1.HeaderClassName
{
color: #794CB4;
}
.AnyTagClassName
{
color: #794CB4;
}
</style>
background-color css
<style>
a { background-color: #794CB4; }
a { background-color: rgb(121,76,180); }
div.DivClassName
{
background-color: #794CB4;
}
.BgClassName
{
background-color: #794CB4;
}
</style>
border-color css
<style>
span { border-color: #794CB4; }
span { border-color: rgb(121,76,180); }
td.TdClassName
{
border-color: #794CB4;
}
.TagClassName
{
border-color: #794CB4;
}
</style>