Shades of Delta #8B9185
Tints of Delta #8B9185
RGB
CMYK
RGB Variations
Color information
#8B9185 (or 0x8B9185) is known color: Delta. HEX triplet: 8B, 91 and 85. RGB value is (139,145,133). Sum of RGB (Red+Green+Blue) = 139+145+133=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9185 is #746E7A. Grayscale: #8D8D8D. Windows color (decimal): -7630459 or 8753547. OLE color: 8753547.
HSL color Cylindrical-coordinate representation of color #8B9185: hue angle of 90º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9185 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 133 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.43 |
| HSL | 90º | 0.05% | 0.55% | - |
| HSV(B) | 90º | 0.08% | 0.57% | - |
| XYZ | 25.01 | 27.43 | 26.17 | - |
| YUV | 141.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 133 | 0.04 | 0 | 0.08 | 0.43 | 90 | 0.05 | 0.55 |
| Hex | 8B | 91 | 85 | 4 | 0 | 8 | 2B | 5A | 5 | 37 |
| Octal | 213 | 221 | 205 | 4 | 0 | 10 | 53 | 132 | 5 | 67 |
| Binary | 10001011 | 10010001 | 10000101 | 100 | 0 | 1000 | 101011 | 1011010 | 101 | 110111 |
Color Harmonies of #8B9185
Complementary color
Monochromatic Colors of #8B9185
Black with #8B9185
Text Example
Text Example
White with #8B9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9185; }
p { color: rgb(139,145,133); }
H1.HeaderClassName
{
color: #8B9185;
}
.AnyTagClassName
{
color: #8B9185;
}
</style>
background-color css
<style>
a { background-color: #8B9185; }
a { background-color: rgb(139,145,133); }
div.DivClassName
{
background-color: #8B9185;
}
.BgClassName
{
background-color: #8B9185;
}
</style>
border-color css
<style>
span { border-color: #8B9185; }
span { border-color: rgb(139,145,133); }
td.TdClassName
{
border-color: #8B9185;
}
.TagClassName
{
border-color: #8B9185;
}
</style>