Shades of Studio #773FB8
Tints of Studio #773FB8
RGB
CMYK
RGB Variations
Color information
#773FB8 (or 0x773FB8) is known color: Studio. HEX triplet: 77, 3F and B8. RGB value is (119,63,184). Sum of RGB (Red+Green+Blue) = 119+63+184=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #773FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FB8 is #88C047. Grayscale: #5D5D5D. Windows color (decimal): -8962120 or 12074871. OLE color: 12074871.
HSL color Cylindrical-coordinate representation of color #773FB8: hue angle of 267.77º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773FB8 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 63 | 184 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.28 |
| HSL | 267.77º | 0.49% | 0.48% | - |
| HSV(B) | 267.77º | 0.66% | 0.72% | - |
| XYZ | 18.04 | 10.94 | 46.51 | - |
| YUV | 93.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 184 | 0.35 | 0.66 | 0 | 0.28 | 267.77 | 0.49 | 0.48 |
| Hex | 77 | 3F | B8 | 23 | 42 | 0 | 1C | 10C | 31 | 30 |
| Octal | 167 | 77 | 270 | 43 | 102 | 0 | 34 | 414 | 61 | 60 |
| Binary | 1110111 | 111111 | 10111000 | 100011 | 1000010 | 0 | 11100 | 100001100 | 110001 | 110000 |
Color Harmonies of #773FB8
Complementary color
Monochromatic Colors of #773FB8
Black with #773FB8
Text Example
Text Example
White with #773FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FB8; }
p { color: rgb(119,63,184); }
H1.HeaderClassName
{
color: #773FB8;
}
.AnyTagClassName
{
color: #773FB8;
}
</style>
background-color css
<style>
a { background-color: #773FB8; }
a { background-color: rgb(119,63,184); }
div.DivClassName
{
background-color: #773FB8;
}
.BgClassName
{
background-color: #773FB8;
}
</style>
border-color css
<style>
span { border-color: #773FB8; }
span { border-color: rgb(119,63,184); }
td.TdClassName
{
border-color: #773FB8;
}
.TagClassName
{
border-color: #773FB8;
}
</style>