Shades of Studio #764DB9
Tints of Studio #764DB9
RGB
CMYK
RGB Variations
Color information
#764DB9 (or 0x764DB9) is known color: Studio. HEX triplet: 76, 4D and B9. RGB value is (118,77,185). Sum of RGB (Red+Green+Blue) = 118+77+185=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #764DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DB9 is #89B246. Grayscale: #656565. Windows color (decimal): -9024071 or 12143990. OLE color: 12143990.
HSL color Cylindrical-coordinate representation of color #764DB9: hue angle of 262.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764DB9 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 77 | 185 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.27 |
| HSL | 262.78º | 0.44% | 0.51% | - |
| HSV(B) | 262.78º | 0.58% | 0.73% | - |
| XYZ | 18.88 | 12.66 | 47.35 | - |
| YUV | 101.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 185 | 0.36 | 0.58 | 0 | 0.27 | 262.78 | 0.44 | 0.51 |
| Hex | 76 | 4D | B9 | 24 | 3A | 0 | 1B | 107 | 2C | 33 |
| Octal | 166 | 115 | 271 | 44 | 72 | 0 | 33 | 407 | 54 | 63 |
| Binary | 1110110 | 1001101 | 10111001 | 100100 | 111010 | 0 | 11011 | 100000111 | 101100 | 110011 |
Color Harmonies of #764DB9
Complementary color
Monochromatic Colors of #764DB9
Black with #764DB9
Text Example
Text Example
White with #764DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DB9; }
p { color: rgb(118,77,185); }
H1.HeaderClassName
{
color: #764DB9;
}
.AnyTagClassName
{
color: #764DB9;
}
</style>
background-color css
<style>
a { background-color: #764DB9; }
a { background-color: rgb(118,77,185); }
div.DivClassName
{
background-color: #764DB9;
}
.BgClassName
{
background-color: #764DB9;
}
</style>
border-color css
<style>
span { border-color: #764DB9; }
span { border-color: rgb(118,77,185); }
td.TdClassName
{
border-color: #764DB9;
}
.TagClassName
{
border-color: #764DB9;
}
</style>