Shades of Studio #774ABE
Tints of Studio #774ABE
RGB
CMYK
RGB Variations
Color information
#774ABE (or 0x774ABE) is known color: Studio. HEX triplet: 77, 4A and BE. RGB value is (119,74,190). Sum of RGB (Red+Green+Blue) = 119+74+190=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #774ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ABE is #88B541. Grayscale: #646464. Windows color (decimal): -8959298 or 12470903. OLE color: 12470903.
HSL color Cylindrical-coordinate representation of color #774ABE: hue angle of 263.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #774ABE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 74 | 190 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.25 |
| HSL | 263.28º | 0.47% | 0.52% | - |
| HSV(B) | 263.28º | 0.61% | 0.75% | - |
| XYZ | 19.35 | 12.54 | 50.12 | - |
| YUV | 100.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 190 | 0.37 | 0.61 | 0 | 0.25 | 263.28 | 0.47 | 0.52 |
| Hex | 77 | 4A | BE | 25 | 3D | 0 | 19 | 107 | 2F | 34 |
| Octal | 167 | 112 | 276 | 45 | 75 | 0 | 31 | 407 | 57 | 64 |
| Binary | 1110111 | 1001010 | 10111110 | 100101 | 111101 | 0 | 11001 | 100000111 | 101111 | 110100 |
Color Harmonies of #774ABE
Complementary color
Monochromatic Colors of #774ABE
Black with #774ABE
Text Example
Text Example
White with #774ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ABE; }
p { color: rgb(119,74,190); }
H1.HeaderClassName
{
color: #774ABE;
}
.AnyTagClassName
{
color: #774ABE;
}
</style>
background-color css
<style>
a { background-color: #774ABE; }
a { background-color: rgb(119,74,190); }
div.DivClassName
{
background-color: #774ABE;
}
.BgClassName
{
background-color: #774ABE;
}
</style>
border-color css
<style>
span { border-color: #774ABE; }
span { border-color: rgb(119,74,190); }
td.TdClassName
{
border-color: #774ABE;
}
.TagClassName
{
border-color: #774ABE;
}
</style>