Shades of Studio #765993
Tints of Studio #765993
RGB
CMYK
RGB Variations
Color information
#765993 (or 0x765993) is known color: Studio. HEX triplet: 76, 59 and 93. RGB value is (118,89,147). Sum of RGB (Red+Green+Blue) = 118+89+147=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #765993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765993 is #89A66C. Grayscale: #686868. Windows color (decimal): -9021037 or 9656694. OLE color: 9656694.
HSL color Cylindrical-coordinate representation of color #765993: hue angle of 270º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #765993 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 89 | 147 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.42 |
| HSL | 270º | 0.25% | 0.46% | - |
| HSV(B) | 270º | 0.39% | 0.58% | - |
| XYZ | 16.31 | 13.1 | 29.27 | - |
| YUV | 104.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 147 | 0.20 | 0.39 | 0 | 0.42 | 270 | 0.25 | 0.46 |
| Hex | 76 | 59 | 93 | 14 | 27 | 0 | 2A | 10E | 19 | 2E |
| Octal | 166 | 131 | 223 | 24 | 47 | 0 | 52 | 416 | 31 | 56 |
| Binary | 1110110 | 1011001 | 10010011 | 10100 | 100111 | 0 | 101010 | 100001110 | 11001 | 101110 |
Color Harmonies of #765993
Complementary color
Monochromatic Colors of #765993
Black with #765993
Text Example
Text Example
White with #765993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765993; }
p { color: rgb(118,89,147); }
H1.HeaderClassName
{
color: #765993;
}
.AnyTagClassName
{
color: #765993;
}
</style>
background-color css
<style>
a { background-color: #765993; }
a { background-color: rgb(118,89,147); }
div.DivClassName
{
background-color: #765993;
}
.BgClassName
{
background-color: #765993;
}
</style>
border-color css
<style>
span { border-color: #765993; }
span { border-color: rgb(118,89,147); }
td.TdClassName
{
border-color: #765993;
}
.TagClassName
{
border-color: #765993;
}
</style>