Shades of Studio #755693
Tints of Studio #755693
RGB
CMYK
RGB Variations
Color information
#755693 (or 0x755693) is known color: Studio. HEX triplet: 75, 56 and 93. RGB value is (117,86,147). Sum of RGB (Red+Green+Blue) = 117+86+147=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #755693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755693 is #8AA96C. Grayscale: #666666. Windows color (decimal): -9087341 or 9655925. OLE color: 9655925.
HSL color Cylindrical-coordinate representation of color #755693: hue angle of 270.49º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755693 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 86 | 147 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.42 |
| HSL | 270.49º | 0.26% | 0.46% | - |
| HSV(B) | 270.49º | 0.41% | 0.58% | - |
| XYZ | 15.93 | 12.54 | 29.19 | - |
| YUV | 102.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 147 | 0.20 | 0.41 | 0 | 0.42 | 270.49 | 0.26 | 0.46 |
| Hex | 75 | 56 | 93 | 14 | 29 | 0 | 2A | 10E | 1A | 2E |
| Octal | 165 | 126 | 223 | 24 | 51 | 0 | 52 | 416 | 32 | 56 |
| Binary | 1110101 | 1010110 | 10010011 | 10100 | 101001 | 0 | 101010 | 100001110 | 11010 | 101110 |
Color Harmonies of #755693
Complementary color
Monochromatic Colors of #755693
Black with #755693
Text Example
Text Example
White with #755693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755693; }
p { color: rgb(117,86,147); }
H1.HeaderClassName
{
color: #755693;
}
.AnyTagClassName
{
color: #755693;
}
</style>
background-color css
<style>
a { background-color: #755693; }
a { background-color: rgb(117,86,147); }
div.DivClassName
{
background-color: #755693;
}
.BgClassName
{
background-color: #755693;
}
</style>
border-color css
<style>
span { border-color: #755693; }
span { border-color: rgb(117,86,147); }
td.TdClassName
{
border-color: #755693;
}
.TagClassName
{
border-color: #755693;
}
</style>