Shades of Studio #773FB5
Tints of Studio #773FB5
RGB
CMYK
RGB Variations
Color information
#773FB5 (or 0x773FB5) is known color: Studio. HEX triplet: 77, 3F and B5. RGB value is (119,63,181). Sum of RGB (Red+Green+Blue) = 119+63+181=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #773FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FB5 is #88C04A. Grayscale: #5C5C5C. Windows color (decimal): -8962123 or 11878263. OLE color: 11878263.
HSL color Cylindrical-coordinate representation of color #773FB5: hue angle of 268.47º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773FB5 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 63 | 181 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.29 |
| HSL | 268.47º | 0.48% | 0.48% | - |
| HSV(B) | 268.47º | 0.65% | 0.71% | - |
| XYZ | 17.73 | 10.81 | 44.87 | - |
| YUV | 93.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 181 | 0.34 | 0.65 | 0 | 0.29 | 268.47 | 0.48 | 0.48 |
| Hex | 77 | 3F | B5 | 22 | 41 | 0 | 1D | 10C | 30 | 30 |
| Octal | 167 | 77 | 265 | 42 | 101 | 0 | 35 | 414 | 60 | 60 |
| Binary | 1110111 | 111111 | 10110101 | 100010 | 1000001 | 0 | 11101 | 100001100 | 110000 | 110000 |
Color Harmonies of #773FB5
Complementary color
Monochromatic Colors of #773FB5
Black with #773FB5
Text Example
Text Example
White with #773FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FB5; }
p { color: rgb(119,63,181); }
H1.HeaderClassName
{
color: #773FB5;
}
.AnyTagClassName
{
color: #773FB5;
}
</style>
background-color css
<style>
a { background-color: #773FB5; }
a { background-color: rgb(119,63,181); }
div.DivClassName
{
background-color: #773FB5;
}
.BgClassName
{
background-color: #773FB5;
}
</style>
border-color css
<style>
span { border-color: #773FB5; }
span { border-color: rgb(119,63,181); }
td.TdClassName
{
border-color: #773FB5;
}
.TagClassName
{
border-color: #773FB5;
}
</style>