Shades of Studio #765194
Tints of Studio #765194
RGB
CMYK
RGB Variations
Color information
#765194 (or 0x765194) is known color: Studio. HEX triplet: 76, 51 and 94. RGB value is (118,81,148). Sum of RGB (Red+Green+Blue) = 118+81+148=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #765194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765194 is #89AE6B. Grayscale: #636363. Windows color (decimal): -9023084 or 9720182. OLE color: 9720182.
HSL color Cylindrical-coordinate representation of color #765194: hue angle of 273.13º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765194 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 81 | 148 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.42 |
| HSL | 273.13º | 0.29% | 0.45% | - |
| HSV(B) | 273.13º | 0.45% | 0.58% | - |
| XYZ | 15.76 | 11.87 | 29.48 | - |
| YUV | 99.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 148 | 0.20 | 0.45 | 0 | 0.42 | 273.13 | 0.29 | 0.45 |
| Hex | 76 | 51 | 94 | 14 | 2D | 0 | 2A | 111 | 1D | 2D |
| Octal | 166 | 121 | 224 | 24 | 55 | 0 | 52 | 421 | 35 | 55 |
| Binary | 1110110 | 1010001 | 10010100 | 10100 | 101101 | 0 | 101010 | 100010001 | 11101 | 101101 |
Color Harmonies of #765194
Complementary color
Monochromatic Colors of #765194
Black with #765194
Text Example
Text Example
White with #765194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765194; }
p { color: rgb(118,81,148); }
H1.HeaderClassName
{
color: #765194;
}
.AnyTagClassName
{
color: #765194;
}
</style>
background-color css
<style>
a { background-color: #765194; }
a { background-color: rgb(118,81,148); }
div.DivClassName
{
background-color: #765194;
}
.BgClassName
{
background-color: #765194;
}
</style>
border-color css
<style>
span { border-color: #765194; }
span { border-color: rgb(118,81,148); }
td.TdClassName
{
border-color: #765194;
}
.TagClassName
{
border-color: #765194;
}
</style>