Shades of Studio #764B97
Tints of Studio #764B97
RGB
CMYK
RGB Variations
Color information
#764B97 (or 0x764B97) is known color: Studio. HEX triplet: 76, 4B and 97. RGB value is (118,75,151). Sum of RGB (Red+Green+Blue) = 118+75+151=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #764B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B97 is #89B468. Grayscale: #606060. Windows color (decimal): -9024617 or 9915254. OLE color: 9915254.
HSL color Cylindrical-coordinate representation of color #764B97: hue angle of 273.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764B97 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 75 | 151 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.41 |
| HSL | 273.95º | 0.34% | 0.44% | - |
| HSV(B) | 273.95º | 0.5% | 0.59% | - |
| XYZ | 15.57 | 11.12 | 30.6 | - |
| YUV | 96.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 151 | 0.22 | 0.50 | 0 | 0.41 | 273.95 | 0.34 | 0.44 |
| Hex | 76 | 4B | 97 | 16 | 32 | 0 | 29 | 112 | 22 | 2C |
| Octal | 166 | 113 | 227 | 26 | 62 | 0 | 51 | 422 | 42 | 54 |
| Binary | 1110110 | 1001011 | 10010111 | 10110 | 110010 | 0 | 101001 | 100010010 | 100010 | 101100 |
Color Harmonies of #764B97
Complementary color
Monochromatic Colors of #764B97
Black with #764B97
Text Example
Text Example
White with #764B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B97; }
p { color: rgb(118,75,151); }
H1.HeaderClassName
{
color: #764B97;
}
.AnyTagClassName
{
color: #764B97;
}
</style>
background-color css
<style>
a { background-color: #764B97; }
a { background-color: rgb(118,75,151); }
div.DivClassName
{
background-color: #764B97;
}
.BgClassName
{
background-color: #764B97;
}
</style>
border-color css
<style>
span { border-color: #764B97; }
span { border-color: rgb(118,75,151); }
td.TdClassName
{
border-color: #764B97;
}
.TagClassName
{
border-color: #764B97;
}
</style>