Shades of Studio #794CB0
Tints of Studio #794CB0
RGB
CMYK
RGB Variations
Color information
#794CB0 (or 0x794CB0) is known color: Studio. HEX triplet: 79, 4C and B0. RGB value is (121,76,176). Sum of RGB (Red+Green+Blue) = 121+76+176=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #794CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CB0 is #86B34F. Grayscale: #646464. Windows color (decimal): -8827728 or 11553913. OLE color: 11553913.
HSL color Cylindrical-coordinate representation of color #794CB0: hue angle of 267º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794CB0 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 76 | 176 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.31 |
| HSL | 267º | 0.4% | 0.49% | - |
| HSV(B) | 267º | 0.57% | 0.69% | - |
| XYZ | 18.31 | 12.37 | 42.5 | - |
| YUV | 100.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 176 | 0.31 | 0.57 | 0 | 0.31 | 267 | 0.4 | 0.49 |
| Hex | 79 | 4C | B0 | 1F | 39 | 0 | 1F | 10B | 28 | 31 |
| Octal | 171 | 114 | 260 | 37 | 71 | 0 | 37 | 413 | 50 | 61 |
| Binary | 1111001 | 1001100 | 10110000 | 11111 | 111001 | 0 | 11111 | 100001011 | 101000 | 110001 |
Color Harmonies of #794CB0
Complementary color
Monochromatic Colors of #794CB0
Black with #794CB0
Text Example
Text Example
White with #794CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CB0; }
p { color: rgb(121,76,176); }
H1.HeaderClassName
{
color: #794CB0;
}
.AnyTagClassName
{
color: #794CB0;
}
</style>
background-color css
<style>
a { background-color: #794CB0; }
a { background-color: rgb(121,76,176); }
div.DivClassName
{
background-color: #794CB0;
}
.BgClassName
{
background-color: #794CB0;
}
</style>
border-color css
<style>
span { border-color: #794CB0; }
span { border-color: rgb(121,76,176); }
td.TdClassName
{
border-color: #794CB0;
}
.TagClassName
{
border-color: #794CB0;
}
</style>