Shades of Studio #765399
Tints of Studio #765399
RGB
CMYK
RGB Variations
Color information
#765399 (or 0x765399) is known color: Studio. HEX triplet: 76, 53 and 99. RGB value is (118,83,153). Sum of RGB (Red+Green+Blue) = 118+83+153=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #765399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765399 is #89AC66. Grayscale: #656565. Windows color (decimal): -9022567 or 10048374. OLE color: 10048374.
HSL color Cylindrical-coordinate representation of color #765399: hue angle of 270º 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 #765399 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 83 | 153 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.4 |
| HSL | 270º | 0.3% | 0.46% | - |
| HSV(B) | 270º | 0.46% | 0.6% | - |
| XYZ | 16.31 | 12.34 | 31.66 | - |
| YUV | 101.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 153 | 0.23 | 0.46 | 0 | 0.4 | 270 | 0.3 | 0.46 |
| Hex | 76 | 53 | 99 | 17 | 2E | 0 | 28 | 10E | 1E | 2E |
| Octal | 166 | 123 | 231 | 27 | 56 | 0 | 50 | 416 | 36 | 56 |
| Binary | 1110110 | 1010011 | 10011001 | 10111 | 101110 | 0 | 101000 | 100001110 | 11110 | 101110 |
Color Harmonies of #765399
Complementary color
Monochromatic Colors of #765399
Black with #765399
Text Example
Text Example
White with #765399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765399; }
p { color: rgb(118,83,153); }
H1.HeaderClassName
{
color: #765399;
}
.AnyTagClassName
{
color: #765399;
}
</style>
background-color css
<style>
a { background-color: #765399; }
a { background-color: rgb(118,83,153); }
div.DivClassName
{
background-color: #765399;
}
.BgClassName
{
background-color: #765399;
}
</style>
border-color css
<style>
span { border-color: #765399; }
span { border-color: rgb(118,83,153); }
td.TdClassName
{
border-color: #765399;
}
.TagClassName
{
border-color: #765399;
}
</style>