Shades of Studio #764DAD
Tints of Studio #764DAD
RGB
CMYK
RGB Variations
Color information
#764DAD (or 0x764DAD) is known color: Studio. HEX triplet: 76, 4D and AD. RGB value is (118,77,173). Sum of RGB (Red+Green+Blue) = 118+77+173=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #764DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DAD is #89B252. Grayscale: #636363. Windows color (decimal): -9024083 or 11357558. OLE color: 11357558.
HSL color Cylindrical-coordinate representation of color #764DAD: hue angle of 265.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764DAD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 77 | 173 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.32 |
| HSL | 265.63º | 0.38% | 0.49% | - |
| HSV(B) | 265.63º | 0.55% | 0.68% | - |
| XYZ | 17.67 | 12.18 | 40.95 | - |
| YUV | 100.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 173 | 0.32 | 0.55 | 0 | 0.32 | 265.63 | 0.38 | 0.49 |
| Hex | 76 | 4D | AD | 20 | 37 | 0 | 20 | 10A | 26 | 31 |
| Octal | 166 | 115 | 255 | 40 | 67 | 0 | 40 | 412 | 46 | 61 |
| Binary | 1110110 | 1001101 | 10101101 | 100000 | 110111 | 0 | 100000 | 100001010 | 100110 | 110001 |
Color Harmonies of #764DAD
Complementary color
Monochromatic Colors of #764DAD
Black with #764DAD
Text Example
Text Example
White with #764DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DAD; }
p { color: rgb(118,77,173); }
H1.HeaderClassName
{
color: #764DAD;
}
.AnyTagClassName
{
color: #764DAD;
}
</style>
background-color css
<style>
a { background-color: #764DAD; }
a { background-color: rgb(118,77,173); }
div.DivClassName
{
background-color: #764DAD;
}
.BgClassName
{
background-color: #764DAD;
}
</style>
border-color css
<style>
span { border-color: #764DAD; }
span { border-color: rgb(118,77,173); }
td.TdClassName
{
border-color: #764DAD;
}
.TagClassName
{
border-color: #764DAD;
}
</style>