Shades of Delta #8D9189
Tints of Delta #8D9189
RGB
CMYK
RGB Variations
Color information
#8D9189 (or 0x8D9189) is known color: Delta. HEX triplet: 8D, 91 and 89. RGB value is (141,145,137). Sum of RGB (Red+Green+Blue) = 141+145+137=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9189 is #726E76. Grayscale: #8E8E8E. Windows color (decimal): -7499383 or 9015693. OLE color: 9015693.
HSL color Cylindrical-coordinate representation of color #8D9189: hue angle of 90º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D9189 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
RGB | 141 | 145 | 137 | - |
CMYK | 0.03 | 0 | 0.06 | 0.43 |
HSL | 90º | 0.04% | 0.55% | - |
HSV(B) | 90º | 0.06% | 0.57% | - |
XYZ | 25.63 | 27.72 | 27.67 | - |
YUV | 142.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 145 | 137 | 0.03 | 0 | 0.06 | 0.43 | 90 | 0.04 | 0.55 |
Hex | 8D | 91 | 89 | 3 | 0 | 6 | 2B | 5A | 4 | 37 |
Octal | 215 | 221 | 211 | 3 | 0 | 6 | 53 | 132 | 4 | 67 |
Binary | 10001101 | 10010001 | 10001001 | 11 | 0 | 110 | 101011 | 1011010 | 100 | 110111 |
Color Harmonies of #8D9189
Complementary color
Monochromatic Colors of #8D9189
Black with #8D9189
Text Example
Text Example
White with #8D9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9189; }
p { color: rgb(141,145,137); }
H1.HeaderClassName
{
color: #8D9189;
}
.AnyTagClassName
{
color: #8D9189;
}
</style>
background-color css
<style>
a { background-color: #8D9189; }
a { background-color: rgb(141,145,137); }
div.DivClassName
{
background-color: #8D9189;
}
.BgClassName
{
background-color: #8D9189;
}
</style>
border-color css
<style>
span { border-color: #8D9189; }
span { border-color: rgb(141,145,137); }
td.TdClassName
{
border-color: #8D9189;
}
.TagClassName
{
border-color: #8D9189;
}
</style>