Shades of Affair #755B8A
Tints of Affair #755B8A
RGB
CMYK
RGB Variations
Color information
#755B8A (or 0x755B8A) is known color: Affair. HEX triplet: 75, 5B and 8A. RGB value is (117,91,138). Sum of RGB (Red+Green+Blue) = 117+91+138=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #755B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B8A is #8AA475. Grayscale: #676767. Windows color (decimal): -9086070 or 9067381. OLE color: 9067381.
HSL color Cylindrical-coordinate representation of color #755B8A: hue angle of 273.19º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755B8A is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 91 | 138 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.46 |
| HSL | 273.19º | 0.21% | 0.45% | - |
| HSV(B) | 273.19º | 0.34% | 0.54% | - |
| XYZ | 15.66 | 13.1 | 25.75 | - |
| YUV | 104.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 138 | 0.15 | 0.34 | 0 | 0.46 | 273.19 | 0.21 | 0.45 |
| Hex | 75 | 5B | 8A | F | 22 | 0 | 2E | 111 | 15 | 2D |
| Octal | 165 | 133 | 212 | 17 | 42 | 0 | 56 | 421 | 25 | 55 |
| Binary | 1110101 | 1011011 | 10001010 | 1111 | 100010 | 0 | 101110 | 100010001 | 10101 | 101101 |
Color Harmonies of #755B8A
Complementary color
Monochromatic Colors of #755B8A
Black with #755B8A
Text Example
Text Example
White with #755B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B8A; }
p { color: rgb(117,91,138); }
H1.HeaderClassName
{
color: #755B8A;
}
.AnyTagClassName
{
color: #755B8A;
}
</style>
background-color css
<style>
a { background-color: #755B8A; }
a { background-color: rgb(117,91,138); }
div.DivClassName
{
background-color: #755B8A;
}
.BgClassName
{
background-color: #755B8A;
}
</style>
border-color css
<style>
span { border-color: #755B8A; }
span { border-color: rgb(117,91,138); }
td.TdClassName
{
border-color: #755B8A;
}
.TagClassName
{
border-color: #755B8A;
}
</style>