Shades of Topaz #807590
Tints of Topaz #807590
RGB
CMYK
RGB Variations
Color information
#807590 (or 0x807590) is known color: Topaz. HEX triplet: 80, 75 and 90. RGB value is (128,117,144). Sum of RGB (Red+Green+Blue) = 128+117+144=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #807590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807590 is #7F8A6F. Grayscale: #7B7B7B. Windows color (decimal): -8358512 or 9467264. OLE color: 9467264.
HSL color Cylindrical-coordinate representation of color #807590: hue angle of 264.44º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #807590 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 117 | 144 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.44 |
| HSL | 264.44º | 0.11% | 0.51% | - |
| HSV(B) | 264.44º | 0.19% | 0.56% | - |
| XYZ | 20.3 | 19.33 | 29.05 | - |
| YUV | 123.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 144 | 0.11 | 0.19 | 0 | 0.44 | 264.44 | 0.11 | 0.51 |
| Hex | 80 | 75 | 90 | B | 13 | 0 | 2C | 108 | B | 33 |
| Octal | 200 | 165 | 220 | 13 | 23 | 0 | 54 | 410 | 13 | 63 |
| Binary | 10000000 | 1110101 | 10010000 | 1011 | 10011 | 0 | 101100 | 100001000 | 1011 | 110011 |
Color Harmonies of #807590
Complementary color
Monochromatic Colors of #807590
Black with #807590
Text Example
Text Example
White with #807590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807590; }
p { color: rgb(128,117,144); }
H1.HeaderClassName
{
color: #807590;
}
.AnyTagClassName
{
color: #807590;
}
</style>
background-color css
<style>
a { background-color: #807590; }
a { background-color: rgb(128,117,144); }
div.DivClassName
{
background-color: #807590;
}
.BgClassName
{
background-color: #807590;
}
</style>
border-color css
<style>
span { border-color: #807590; }
span { border-color: rgb(128,117,144); }
td.TdClassName
{
border-color: #807590;
}
.TagClassName
{
border-color: #807590;
}
</style>