Shades of Delta #939A89
Tints of Delta #939A89
RGB
CMYK
RGB Variations
Color information
#939A89 (or 0x939A89) is known color: Delta. HEX triplet: 93, 9A and 89. RGB value is (147,154,137). Sum of RGB (Red+Green+Blue) = 147+154+137=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #939A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939A89 is #6C6576. Grayscale: #969696. Windows color (decimal): -7103863 or 9018003. OLE color: 9018003.
HSL color Cylindrical-coordinate representation of color #939A89: hue angle of 84.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #939A89 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 154 | 137 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.40 |
| HSL | 84.71º | 0.08% | 0.57% | - |
| HSV(B) | 84.71º | 0.11% | 0.6% | - |
| XYZ | 28.1 | 31.12 | 28.19 | - |
| YUV | 149.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 137 | 0.05 | 0 | 0.11 | 0.40 | 84.71 | 0.08 | 0.57 |
| Hex | 93 | 9A | 89 | 5 | 0 | B | 28 | 55 | 8 | 39 |
| Octal | 223 | 232 | 211 | 5 | 0 | 13 | 50 | 125 | 10 | 71 |
| Binary | 10010011 | 10011010 | 10001001 | 101 | 0 | 1011 | 101000 | 1010101 | 1000 | 111001 |
Color Harmonies of #939A89
Complementary color
Monochromatic Colors of #939A89
Black with #939A89
Text Example
Text Example
White with #939A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A89; }
p { color: rgb(147,154,137); }
H1.HeaderClassName
{
color: #939A89;
}
.AnyTagClassName
{
color: #939A89;
}
</style>
background-color css
<style>
a { background-color: #939A89; }
a { background-color: rgb(147,154,137); }
div.DivClassName
{
background-color: #939A89;
}
.BgClassName
{
background-color: #939A89;
}
</style>
border-color css
<style>
span { border-color: #939A89; }
span { border-color: rgb(147,154,137); }
td.TdClassName
{
border-color: #939A89;
}
.TagClassName
{
border-color: #939A89;
}
</style>