Shades of Studio #764AB9
Tints of Studio #764AB9
RGB
CMYK
RGB Variations
Color information
#764AB9 (or 0x764AB9) is known color: Studio. HEX triplet: 76, 4A and B9. RGB value is (118,74,185). Sum of RGB (Red+Green+Blue) = 118+74+185=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #764AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AB9 is #89B546. Grayscale: #636363. Windows color (decimal): -9024839 or 12143222. OLE color: 12143222.
HSL color Cylindrical-coordinate representation of color #764AB9: hue angle of 263.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764AB9 is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 74 | 185 | - |
| CMYK | 0.36 | 0.6 | 0 | 0.27 |
| HSL | 263.78º | 0.44% | 0.51% | - |
| HSV(B) | 263.78º | 0.6% | 0.73% | - |
| XYZ | 18.68 | 12.25 | 47.28 | - |
| YUV | 99.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 185 | 0.36 | 0.6 | 0 | 0.27 | 263.78 | 0.44 | 0.51 |
| Hex | 76 | 4A | B9 | 24 | 3C | 0 | 1B | 108 | 2C | 33 |
| Octal | 166 | 112 | 271 | 44 | 74 | 0 | 33 | 410 | 54 | 63 |
| Binary | 1110110 | 1001010 | 10111001 | 100100 | 111100 | 0 | 11011 | 100001000 | 101100 | 110011 |
Color Harmonies of #764AB9
Complementary color
Monochromatic Colors of #764AB9
Black with #764AB9
Text Example
Text Example
White with #764AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764AB9; }
p { color: rgb(118,74,185); }
H1.HeaderClassName
{
color: #764AB9;
}
.AnyTagClassName
{
color: #764AB9;
}
</style>
background-color css
<style>
a { background-color: #764AB9; }
a { background-color: rgb(118,74,185); }
div.DivClassName
{
background-color: #764AB9;
}
.BgClassName
{
background-color: #764AB9;
}
</style>
border-color css
<style>
span { border-color: #764AB9; }
span { border-color: rgb(118,74,185); }
td.TdClassName
{
border-color: #764AB9;
}
.TagClassName
{
border-color: #764AB9;
}
</style>