Shades of Studio #764EB6
Tints of Studio #764EB6
RGB
CMYK
RGB Variations
Color information
#764EB6 (or 0x764EB6) is known color: Studio. HEX triplet: 76, 4E and B6. RGB value is (118,78,182). Sum of RGB (Red+Green+Blue) = 118+78+182=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #764EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EB6 is #89B149. Grayscale: #656565. Windows color (decimal): -9023818 or 11947638. OLE color: 11947638.
HSL color Cylindrical-coordinate representation of color #764EB6: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764EB6 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 78 | 182 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.29 |
| HSL | 263.08º | 0.42% | 0.51% | - |
| HSV(B) | 263.08º | 0.57% | 0.71% | - |
| XYZ | 18.64 | 12.68 | 45.72 | - |
| YUV | 101.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 182 | 0.35 | 0.57 | 0 | 0.29 | 263.08 | 0.42 | 0.51 |
| Hex | 76 | 4E | B6 | 23 | 39 | 0 | 1D | 107 | 2A | 33 |
| Octal | 166 | 116 | 266 | 43 | 71 | 0 | 35 | 407 | 52 | 63 |
| Binary | 1110110 | 1001110 | 10110110 | 100011 | 111001 | 0 | 11101 | 100000111 | 101010 | 110011 |
Color Harmonies of #764EB6
Complementary color
Monochromatic Colors of #764EB6
Black with #764EB6
Text Example
Text Example
White with #764EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EB6; }
p { color: rgb(118,78,182); }
H1.HeaderClassName
{
color: #764EB6;
}
.AnyTagClassName
{
color: #764EB6;
}
</style>
background-color css
<style>
a { background-color: #764EB6; }
a { background-color: rgb(118,78,182); }
div.DivClassName
{
background-color: #764EB6;
}
.BgClassName
{
background-color: #764EB6;
}
</style>
border-color css
<style>
span { border-color: #764EB6; }
span { border-color: rgb(118,78,182); }
td.TdClassName
{
border-color: #764EB6;
}
.TagClassName
{
border-color: #764EB6;
}
</style>