Shades of Studio #774ABF
Tints of Studio #774ABF
RGB
CMYK
RGB Variations
Color information
#774ABF (or 0x774ABF) is known color: Studio. HEX triplet: 77, 4A and BF. RGB value is (119,74,191). Sum of RGB (Red+Green+Blue) = 119+74+191=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #774ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ABF is #88B540. Grayscale: #646464. Windows color (decimal): -8959297 or 12536439. OLE color: 12536439.
HSL color Cylindrical-coordinate representation of color #774ABF: hue angle of 263.08º degrees, saturation: 0.48, 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 #774ABF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 74 | 191 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.25 |
| HSL | 263.08º | 0.48% | 0.52% | - |
| HSV(B) | 263.08º | 0.61% | 0.75% | - |
| XYZ | 19.46 | 12.58 | 50.69 | - |
| YUV | 100.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 191 | 0.38 | 0.61 | 0 | 0.25 | 263.08 | 0.48 | 0.52 |
| Hex | 77 | 4A | BF | 26 | 3D | 0 | 19 | 107 | 30 | 34 |
| Octal | 167 | 112 | 277 | 46 | 75 | 0 | 31 | 407 | 60 | 64 |
| Binary | 1110111 | 1001010 | 10111111 | 100110 | 111101 | 0 | 11001 | 100000111 | 110000 | 110100 |
Color Harmonies of #774ABF
Complementary color
Monochromatic Colors of #774ABF
Black with #774ABF
Text Example
Text Example
White with #774ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774ABF; }
p { color: rgb(119,74,191); }
H1.HeaderClassName
{
color: #774ABF;
}
.AnyTagClassName
{
color: #774ABF;
}
</style>
background-color css
<style>
a { background-color: #774ABF; }
a { background-color: rgb(119,74,191); }
div.DivClassName
{
background-color: #774ABF;
}
.BgClassName
{
background-color: #774ABF;
}
</style>
border-color css
<style>
span { border-color: #774ABF; }
span { border-color: rgb(119,74,191); }
td.TdClassName
{
border-color: #774ABF;
}
.TagClassName
{
border-color: #774ABF;
}
</style>