Shades of Studio #794CBE
Tints of Studio #794CBE
RGB
CMYK
RGB Variations
Color information
#794CBE (or 0x794CBE) is known color: Studio. HEX triplet: 79, 4C and BE. RGB value is (121,76,190). Sum of RGB (Red+Green+Blue) = 121+76+190=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #794CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CBE is #86B341. Grayscale: #666666. Windows color (decimal): -8827714 or 12471417. OLE color: 12471417.
HSL color Cylindrical-coordinate representation of color #794CBE: hue angle of 263.68º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794CBE is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 76 | 190 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.25 |
| HSL | 263.68º | 0.47% | 0.52% | - |
| HSV(B) | 263.68º | 0.6% | 0.75% | - |
| XYZ | 19.76 | 12.95 | 50.17 | - |
| YUV | 102.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 190 | 0.36 | 0.60 | 0 | 0.25 | 263.68 | 0.47 | 0.52 |
| Hex | 79 | 4C | BE | 24 | 3C | 0 | 19 | 108 | 2F | 34 |
| Octal | 171 | 114 | 276 | 44 | 74 | 0 | 31 | 410 | 57 | 64 |
| Binary | 1111001 | 1001100 | 10111110 | 100100 | 111100 | 0 | 11001 | 100001000 | 101111 | 110100 |
Color Harmonies of #794CBE
Complementary color
Monochromatic Colors of #794CBE
Black with #794CBE
Text Example
Text Example
White with #794CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CBE; }
p { color: rgb(121,76,190); }
H1.HeaderClassName
{
color: #794CBE;
}
.AnyTagClassName
{
color: #794CBE;
}
</style>
background-color css
<style>
a { background-color: #794CBE; }
a { background-color: rgb(121,76,190); }
div.DivClassName
{
background-color: #794CBE;
}
.BgClassName
{
background-color: #794CBE;
}
</style>
border-color css
<style>
span { border-color: #794CBE; }
span { border-color: rgb(121,76,190); }
td.TdClassName
{
border-color: #794CBE;
}
.TagClassName
{
border-color: #794CBE;
}
</style>