Shades of Affair #755E8B
Tints of Affair #755E8B
RGB
CMYK
RGB Variations
Color information
#755E8B (or 0x755E8B) is known color: Affair. HEX triplet: 75, 5E and 8B. RGB value is (117,94,139). Sum of RGB (Red+Green+Blue) = 117+94+139=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #755E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E8B is #8AA174. Grayscale: #696969. Windows color (decimal): -9085301 or 9133685. OLE color: 9133685.
HSL color Cylindrical-coordinate representation of color #755E8B: hue angle of 270.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755E8B is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 94 | 139 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.45 |
| HSL | 270.67º | 0.19% | 0.46% | - |
| HSV(B) | 270.67º | 0.32% | 0.55% | - |
| XYZ | 16 | 13.65 | 26.22 | - |
| YUV | 106.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 139 | 0.16 | 0.32 | 0 | 0.45 | 270.67 | 0.19 | 0.46 |
| Hex | 75 | 5E | 8B | 10 | 20 | 0 | 2D | 10F | 13 | 2E |
| Octal | 165 | 136 | 213 | 20 | 40 | 0 | 55 | 417 | 23 | 56 |
| Binary | 1110101 | 1011110 | 10001011 | 10000 | 100000 | 0 | 101101 | 100001111 | 10011 | 101110 |
Color Harmonies of #755E8B
Complementary color
Monochromatic Colors of #755E8B
Black with #755E8B
Text Example
Text Example
White with #755E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E8B; }
p { color: rgb(117,94,139); }
H1.HeaderClassName
{
color: #755E8B;
}
.AnyTagClassName
{
color: #755E8B;
}
</style>
background-color css
<style>
a { background-color: #755E8B; }
a { background-color: rgb(117,94,139); }
div.DivClassName
{
background-color: #755E8B;
}
.BgClassName
{
background-color: #755E8B;
}
</style>
border-color css
<style>
span { border-color: #755E8B; }
span { border-color: rgb(117,94,139); }
td.TdClassName
{
border-color: #755E8B;
}
.TagClassName
{
border-color: #755E8B;
}
</style>