Shades of Delta #989C92
Tints of Delta #989C92
RGB
CMYK
RGB Variations
Color information
#989C92 (or 0x989C92) is known color: Delta. HEX triplet: 98, 9C and 92. RGB value is (152,156,146). Sum of RGB (Red+Green+Blue) = 152+156+146=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #989C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C92 is #67636D. Grayscale: #999999. Windows color (decimal): -6775662 or 9608344. OLE color: 9608344.
HSL color Cylindrical-coordinate representation of color #989C92: hue angle of 84º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #989C92 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
RGB | 152 | 156 | 146 | - |
CMYK | 0.03 | 0 | 0.06 | 0.39 |
HSL | 84º | 0.05% | 0.59% | - |
HSV(B) | 84º | 0.06% | 0.61% | - |
XYZ | 30.03 | 32.53 | 31.89 | - |
YUV | 153.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 156 | 146 | 0.03 | 0 | 0.06 | 0.39 | 84 | 0.05 | 0.59 |
Hex | 98 | 9C | 92 | 3 | 0 | 6 | 27 | 54 | 5 | 3B |
Octal | 230 | 234 | 222 | 3 | 0 | 6 | 47 | 124 | 5 | 73 |
Binary | 10011000 | 10011100 | 10010010 | 11 | 0 | 110 | 100111 | 1010100 | 101 | 111011 |
Color Harmonies of #989C92
Complementary color
Monochromatic Colors of #989C92
Black with #989C92
Text Example
Text Example
White with #989C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C92; }
p { color: rgb(152,156,146); }
H1.HeaderClassName
{
color: #989C92;
}
.AnyTagClassName
{
color: #989C92;
}
</style>
background-color css
<style>
a { background-color: #989C92; }
a { background-color: rgb(152,156,146); }
div.DivClassName
{
background-color: #989C92;
}
.BgClassName
{
background-color: #989C92;
}
</style>
border-color css
<style>
span { border-color: #989C92; }
span { border-color: rgb(152,156,146); }
td.TdClassName
{
border-color: #989C92;
}
.TagClassName
{
border-color: #989C92;
}
</style>