Shades of Affair #755E8A
Tints of Affair #755E8A
RGB
CMYK
RGB Variations
Color information
#755E8A (or 0x755E8A) is known color: Affair. HEX triplet: 75, 5E and 8A. RGB value is (117,94,138). Sum of RGB (Red+Green+Blue) = 117+94+138=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #755E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E8A is #8AA175. Grayscale: #696969. Windows color (decimal): -9085302 or 9068149. OLE color: 9068149.
HSL color Cylindrical-coordinate representation of color #755E8A: hue angle of 271.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755E8A is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 94 | 138 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.46 |
| HSL | 271.36º | 0.19% | 0.45% | - |
| HSV(B) | 271.36º | 0.32% | 0.54% | - |
| XYZ | 15.93 | 13.62 | 25.83 | - |
| YUV | 105.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 138 | 0.15 | 0.32 | 0 | 0.46 | 271.36 | 0.19 | 0.45 |
| Hex | 75 | 5E | 8A | F | 20 | 0 | 2E | 10F | 13 | 2D |
| Octal | 165 | 136 | 212 | 17 | 40 | 0 | 56 | 417 | 23 | 55 |
| Binary | 1110101 | 1011110 | 10001010 | 1111 | 100000 | 0 | 101110 | 100001111 | 10011 | 101101 |
Color Harmonies of #755E8A
Complementary color
Monochromatic Colors of #755E8A
Black with #755E8A
Text Example
Text Example
White with #755E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E8A; }
p { color: rgb(117,94,138); }
H1.HeaderClassName
{
color: #755E8A;
}
.AnyTagClassName
{
color: #755E8A;
}
</style>
background-color css
<style>
a { background-color: #755E8A; }
a { background-color: rgb(117,94,138); }
div.DivClassName
{
background-color: #755E8A;
}
.BgClassName
{
background-color: #755E8A;
}
</style>
border-color css
<style>
span { border-color: #755E8A; }
span { border-color: rgb(117,94,138); }
td.TdClassName
{
border-color: #755E8A;
}
.TagClassName
{
border-color: #755E8A;
}
</style>