Shades of Studio #764EB8
Tints of Studio #764EB8
RGB
CMYK
RGB Variations
Color information
#764EB8 (or 0x764EB8) is known color: Studio. HEX triplet: 76, 4E and B8. RGB value is (118,78,184). Sum of RGB (Red+Green+Blue) = 118+78+184=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #764EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EB8 is #89B147. Grayscale: #656565. Windows color (decimal): -9023816 or 12078710. OLE color: 12078710.
HSL color Cylindrical-coordinate representation of color #764EB8: hue angle of 262.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764EB8 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 78 | 184 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.28 |
| HSL | 262.64º | 0.43% | 0.51% | - |
| HSV(B) | 262.64º | 0.58% | 0.72% | - |
| XYZ | 18.85 | 12.76 | 46.82 | - |
| YUV | 102.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 184 | 0.36 | 0.58 | 0 | 0.28 | 262.64 | 0.43 | 0.51 |
| Hex | 76 | 4E | B8 | 24 | 3A | 0 | 1C | 107 | 2B | 33 |
| Octal | 166 | 116 | 270 | 44 | 72 | 0 | 34 | 407 | 53 | 63 |
| Binary | 1110110 | 1001110 | 10111000 | 100100 | 111010 | 0 | 11100 | 100000111 | 101011 | 110011 |
Color Harmonies of #764EB8
Complementary color
Monochromatic Colors of #764EB8
Black with #764EB8
Text Example
Text Example
White with #764EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EB8; }
p { color: rgb(118,78,184); }
H1.HeaderClassName
{
color: #764EB8;
}
.AnyTagClassName
{
color: #764EB8;
}
</style>
background-color css
<style>
a { background-color: #764EB8; }
a { background-color: rgb(118,78,184); }
div.DivClassName
{
background-color: #764EB8;
}
.BgClassName
{
background-color: #764EB8;
}
</style>
border-color css
<style>
span { border-color: #764EB8; }
span { border-color: rgb(118,78,184); }
td.TdClassName
{
border-color: #764EB8;
}
.TagClassName
{
border-color: #764EB8;
}
</style>