Shades of Studio #764B9E
Tints of Studio #764B9E
RGB
CMYK
RGB Variations
Color information
#764B9E (or 0x764B9E) is known color: Studio. HEX triplet: 76, 4B and 9E. RGB value is (118,75,158). Sum of RGB (Red+Green+Blue) = 118+75+158=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #764B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B9E is #89B461. Grayscale: #616161. Windows color (decimal): -9024610 or 10374006. OLE color: 10374006.
HSL color Cylindrical-coordinate representation of color #764B9E: hue angle of 271.08º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764B9E is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 75 | 158 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.38 |
| HSL | 271.08º | 0.36% | 0.46% | - |
| HSV(B) | 271.08º | 0.53% | 0.62% | - |
| XYZ | 16.16 | 11.35 | 33.69 | - |
| YUV | 97.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 158 | 0.25 | 0.53 | 0 | 0.38 | 271.08 | 0.36 | 0.46 |
| Hex | 76 | 4B | 9E | 19 | 35 | 0 | 26 | 10F | 24 | 2E |
| Octal | 166 | 113 | 236 | 31 | 65 | 0 | 46 | 417 | 44 | 56 |
| Binary | 1110110 | 1001011 | 10011110 | 11001 | 110101 | 0 | 100110 | 100001111 | 100100 | 101110 |
Color Harmonies of #764B9E
Complementary color
Monochromatic Colors of #764B9E
Black with #764B9E
Text Example
Text Example
White with #764B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B9E; }
p { color: rgb(118,75,158); }
H1.HeaderClassName
{
color: #764B9E;
}
.AnyTagClassName
{
color: #764B9E;
}
</style>
background-color css
<style>
a { background-color: #764B9E; }
a { background-color: rgb(118,75,158); }
div.DivClassName
{
background-color: #764B9E;
}
.BgClassName
{
background-color: #764B9E;
}
</style>
border-color css
<style>
span { border-color: #764B9E; }
span { border-color: rgb(118,75,158); }
td.TdClassName
{
border-color: #764B9E;
}
.TagClassName
{
border-color: #764B9E;
}
</style>