Shades of Studio #764D9E
Tints of Studio #764D9E
RGB
CMYK
RGB Variations
Color information
#764D9E (or 0x764D9E) is known color: Studio. HEX triplet: 76, 4D and 9E. RGB value is (118,77,158). Sum of RGB (Red+Green+Blue) = 118+77+158=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #764D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D9E is #89B261. Grayscale: #626262. Windows color (decimal): -9024098 or 10374518. OLE color: 10374518.
HSL color Cylindrical-coordinate representation of color #764D9E: hue angle of 270.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764D9E is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 77 | 158 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.38 |
| HSL | 270.37º | 0.34% | 0.46% | - |
| HSV(B) | 270.37º | 0.51% | 0.62% | - |
| XYZ | 16.3 | 11.63 | 33.73 | - |
| YUV | 98.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 158 | 0.25 | 0.51 | 0 | 0.38 | 270.37 | 0.34 | 0.46 |
| Hex | 76 | 4D | 9E | 19 | 33 | 0 | 26 | 10E | 22 | 2E |
| Octal | 166 | 115 | 236 | 31 | 63 | 0 | 46 | 416 | 42 | 56 |
| Binary | 1110110 | 1001101 | 10011110 | 11001 | 110011 | 0 | 100110 | 100001110 | 100010 | 101110 |
Color Harmonies of #764D9E
Complementary color
Monochromatic Colors of #764D9E
Black with #764D9E
Text Example
Text Example
White with #764D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D9E; }
p { color: rgb(118,77,158); }
H1.HeaderClassName
{
color: #764D9E;
}
.AnyTagClassName
{
color: #764D9E;
}
</style>
background-color css
<style>
a { background-color: #764D9E; }
a { background-color: rgb(118,77,158); }
div.DivClassName
{
background-color: #764D9E;
}
.BgClassName
{
background-color: #764D9E;
}
</style>
border-color css
<style>
span { border-color: #764D9E; }
span { border-color: rgb(118,77,158); }
td.TdClassName
{
border-color: #764D9E;
}
.TagClassName
{
border-color: #764D9E;
}
</style>