Shades of Studio #774EBA
Tints of Studio #774EBA
RGB
CMYK
RGB Variations
Color information
#774EBA (or 0x774EBA) is known color: Studio. HEX triplet: 77, 4E and BA. RGB value is (119,78,186). Sum of RGB (Red+Green+Blue) = 119+78+186=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #774EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EBA is #88B145. Grayscale: #666666. Windows color (decimal): -8958278 or 12209783. OLE color: 12209783.
HSL color Cylindrical-coordinate representation of color #774EBA: hue angle of 262.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774EBA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 78 | 186 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.27 |
| HSL | 262.78º | 0.44% | 0.52% | - |
| HSV(B) | 262.78º | 0.58% | 0.73% | - |
| XYZ | 19.2 | 12.92 | 47.94 | - |
| YUV | 102.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 186 | 0.36 | 0.58 | 0 | 0.27 | 262.78 | 0.44 | 0.52 |
| Hex | 77 | 4E | BA | 24 | 3A | 0 | 1B | 107 | 2C | 34 |
| Octal | 167 | 116 | 272 | 44 | 72 | 0 | 33 | 407 | 54 | 64 |
| Binary | 1110111 | 1001110 | 10111010 | 100100 | 111010 | 0 | 11011 | 100000111 | 101100 | 110100 |
Color Harmonies of #774EBA
Complementary color
Monochromatic Colors of #774EBA
Black with #774EBA
Text Example
Text Example
White with #774EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EBA; }
p { color: rgb(119,78,186); }
H1.HeaderClassName
{
color: #774EBA;
}
.AnyTagClassName
{
color: #774EBA;
}
</style>
background-color css
<style>
a { background-color: #774EBA; }
a { background-color: rgb(119,78,186); }
div.DivClassName
{
background-color: #774EBA;
}
.BgClassName
{
background-color: #774EBA;
}
</style>
border-color css
<style>
span { border-color: #774EBA; }
span { border-color: rgb(119,78,186); }
td.TdClassName
{
border-color: #774EBA;
}
.TagClassName
{
border-color: #774EBA;
}
</style>