Shades of Topaz #887D93
Tints of Topaz #887D93
RGB
CMYK
RGB Variations
Color information
#887D93 (or 0x887D93) is known color: Topaz. HEX triplet: 88, 7D and 93. RGB value is (136,125,147). Sum of RGB (Red+Green+Blue) = 136+125+147=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #887D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D93 is #77826C. Grayscale: #828282. Windows color (decimal): -7832173 or 9665928. OLE color: 9665928.
HSL color Cylindrical-coordinate representation of color #887D93: hue angle of 270º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887D93 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 125 | 147 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.42 |
| HSL | 270º | 0.09% | 0.53% | - |
| HSV(B) | 270º | 0.15% | 0.58% | - |
| XYZ | 22.75 | 22.01 | 30.65 | - |
| YUV | 130.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 147 | 0.07 | 0.15 | 0 | 0.42 | 270 | 0.09 | 0.53 |
| Hex | 88 | 7D | 93 | 7 | F | 0 | 2A | 10E | 9 | 35 |
| Octal | 210 | 175 | 223 | 7 | 17 | 0 | 52 | 416 | 11 | 65 |
| Binary | 10001000 | 1111101 | 10010011 | 111 | 1111 | 0 | 101010 | 100001110 | 1001 | 110101 |
Color Harmonies of #887D93
Complementary color
Monochromatic Colors of #887D93
Black with #887D93
Text Example
Text Example
White with #887D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D93; }
p { color: rgb(136,125,147); }
H1.HeaderClassName
{
color: #887D93;
}
.AnyTagClassName
{
color: #887D93;
}
</style>
background-color css
<style>
a { background-color: #887D93; }
a { background-color: rgb(136,125,147); }
div.DivClassName
{
background-color: #887D93;
}
.BgClassName
{
background-color: #887D93;
}
</style>
border-color css
<style>
span { border-color: #887D93; }
span { border-color: rgb(136,125,147); }
td.TdClassName
{
border-color: #887D93;
}
.TagClassName
{
border-color: #887D93;
}
</style>