Shades of Studio #765298
Tints of Studio #765298
RGB
CMYK
RGB Variations
Color information
#765298 (or 0x765298) is known color: Studio. HEX triplet: 76, 52 and 98. RGB value is (118,82,152). Sum of RGB (Red+Green+Blue) = 118+82+152=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #765298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765298 is #89AD67. Grayscale: #646464. Windows color (decimal): -9022824 or 9982582. OLE color: 9982582.
HSL color Cylindrical-coordinate representation of color #765298: hue angle of 270.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765298 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 82 | 152 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.40 |
| HSL | 270.86º | 0.3% | 0.46% | - |
| HSV(B) | 270.86º | 0.46% | 0.6% | - |
| XYZ | 16.16 | 12.15 | 31.2 | - |
| YUV | 100.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 152 | 0.22 | 0.46 | 0 | 0.40 | 270.86 | 0.3 | 0.46 |
| Hex | 76 | 52 | 98 | 16 | 2E | 0 | 28 | 10F | 1E | 2E |
| Octal | 166 | 122 | 230 | 26 | 56 | 0 | 50 | 417 | 36 | 56 |
| Binary | 1110110 | 1010010 | 10011000 | 10110 | 101110 | 0 | 101000 | 100001111 | 11110 | 101110 |
Color Harmonies of #765298
Complementary color
Monochromatic Colors of #765298
Black with #765298
Text Example
Text Example
White with #765298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765298; }
p { color: rgb(118,82,152); }
H1.HeaderClassName
{
color: #765298;
}
.AnyTagClassName
{
color: #765298;
}
</style>
background-color css
<style>
a { background-color: #765298; }
a { background-color: rgb(118,82,152); }
div.DivClassName
{
background-color: #765298;
}
.BgClassName
{
background-color: #765298;
}
</style>
border-color css
<style>
span { border-color: #765298; }
span { border-color: rgb(118,82,152); }
td.TdClassName
{
border-color: #765298;
}
.TagClassName
{
border-color: #765298;
}
</style>