Shades of Studio #764A98
Tints of Studio #764A98
RGB
CMYK
RGB Variations
Color information
#764A98 (or 0x764A98) is known color: Studio. HEX triplet: 76, 4A and 98. RGB value is (118,74,152). Sum of RGB (Red+Green+Blue) = 118+74+152=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #764A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A98 is #89B567. Grayscale: #5F5F5F. Windows color (decimal): -9024872 or 9980534. OLE color: 9980534.
HSL color Cylindrical-coordinate representation of color #764A98: hue angle of 273.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764A98 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 74 | 152 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.40 |
| HSL | 273.85º | 0.35% | 0.44% | - |
| HSV(B) | 273.85º | 0.51% | 0.6% | - |
| XYZ | 15.59 | 11.02 | 31.01 | - |
| YUV | 96.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 152 | 0.22 | 0.51 | 0 | 0.40 | 273.85 | 0.35 | 0.44 |
| Hex | 76 | 4A | 98 | 16 | 33 | 0 | 28 | 112 | 23 | 2C |
| Octal | 166 | 112 | 230 | 26 | 63 | 0 | 50 | 422 | 43 | 54 |
| Binary | 1110110 | 1001010 | 10011000 | 10110 | 110011 | 0 | 101000 | 100010010 | 100011 | 101100 |
Color Harmonies of #764A98
Complementary color
Monochromatic Colors of #764A98
Black with #764A98
Text Example
Text Example
White with #764A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A98; }
p { color: rgb(118,74,152); }
H1.HeaderClassName
{
color: #764A98;
}
.AnyTagClassName
{
color: #764A98;
}
</style>
background-color css
<style>
a { background-color: #764A98; }
a { background-color: rgb(118,74,152); }
div.DivClassName
{
background-color: #764A98;
}
.BgClassName
{
background-color: #764A98;
}
</style>
border-color css
<style>
span { border-color: #764A98; }
span { border-color: rgb(118,74,152); }
td.TdClassName
{
border-color: #764A98;
}
.TagClassName
{
border-color: #764A98;
}
</style>