Shades of Studio #764D9A
Tints of Studio #764D9A
RGB
CMYK
RGB Variations
Color information
#764D9A (or 0x764D9A) is known color: Studio. HEX triplet: 76, 4D and 9A. RGB value is (118,77,154). Sum of RGB (Red+Green+Blue) = 118+77+154=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #764D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D9A is #89B265. Grayscale: #616161. Windows color (decimal): -9024102 or 10112374. OLE color: 10112374.
HSL color Cylindrical-coordinate representation of color #764D9A: hue angle of 271.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764D9A is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 77 | 154 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.40 |
| HSL | 271.95º | 0.33% | 0.45% | - |
| HSV(B) | 271.95º | 0.5% | 0.6% | - |
| XYZ | 15.96 | 11.49 | 31.95 | - |
| YUV | 98.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 154 | 0.23 | 0.50 | 0 | 0.40 | 271.95 | 0.33 | 0.45 |
| Hex | 76 | 4D | 9A | 17 | 32 | 0 | 28 | 110 | 21 | 2D |
| Octal | 166 | 115 | 232 | 27 | 62 | 0 | 50 | 420 | 41 | 55 |
| Binary | 1110110 | 1001101 | 10011010 | 10111 | 110010 | 0 | 101000 | 100010000 | 100001 | 101101 |
Color Harmonies of #764D9A
Complementary color
Monochromatic Colors of #764D9A
Black with #764D9A
Text Example
Text Example
White with #764D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D9A; }
p { color: rgb(118,77,154); }
H1.HeaderClassName
{
color: #764D9A;
}
.AnyTagClassName
{
color: #764D9A;
}
</style>
background-color css
<style>
a { background-color: #764D9A; }
a { background-color: rgb(118,77,154); }
div.DivClassName
{
background-color: #764D9A;
}
.BgClassName
{
background-color: #764D9A;
}
</style>
border-color css
<style>
span { border-color: #764D9A; }
span { border-color: rgb(118,77,154); }
td.TdClassName
{
border-color: #764D9A;
}
.TagClassName
{
border-color: #764D9A;
}
</style>