Shades of Delta #8F9189
Tints of Delta #8F9189
RGB
CMYK
RGB Variations
Color information
#8F9189 (or 0x8F9189) is known color: Delta. HEX triplet: 8F, 91 and 89. RGB value is (143,145,137). Sum of RGB (Red+Green+Blue) = 143+145+137=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9189 is #706E76. Grayscale: #8F8F8F. Windows color (decimal): -7368311 or 9015695. OLE color: 9015695.
HSL color Cylindrical-coordinate representation of color #8F9189: hue angle of 75º 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 #8F9189 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
RGB | 143 | 145 | 137 | - |
CMYK | 0.01 | 0 | 0.06 | 0.43 |
HSL | 75º | 0.04% | 0.55% | - |
HSV(B) | 75º | 0.06% | 0.57% | - |
XYZ | 25.97 | 27.9 | 27.68 | - |
YUV | 143.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 145 | 137 | 0.01 | 0 | 0.06 | 0.43 | 75 | 0.04 | 0.55 |
Hex | 8F | 91 | 89 | 1 | 0 | 6 | 2B | 4B | 4 | 37 |
Octal | 217 | 221 | 211 | 1 | 0 | 6 | 53 | 113 | 4 | 67 |
Binary | 10001111 | 10010001 | 10001001 | 1 | 0 | 110 | 101011 | 1001011 | 100 | 110111 |
Color Harmonies of #8F9189
Complementary color
Monochromatic Colors of #8F9189
Black with #8F9189
Text Example
Text Example
White with #8F9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9189; }
p { color: rgb(143,145,137); }
H1.HeaderClassName
{
color: #8F9189;
}
.AnyTagClassName
{
color: #8F9189;
}
</style>
background-color css
<style>
a { background-color: #8F9189; }
a { background-color: rgb(143,145,137); }
div.DivClassName
{
background-color: #8F9189;
}
.BgClassName
{
background-color: #8F9189;
}
</style>
border-color css
<style>
span { border-color: #8F9189; }
span { border-color: rgb(143,145,137); }
td.TdClassName
{
border-color: #8F9189;
}
.TagClassName
{
border-color: #8F9189;
}
</style>