Shades of Schooner #908983
Tints of Schooner #908983
RGB
CMYK
RGB Variations
Color information
#908983 (or 0x908983) is known color: Schooner. HEX triplet: 90, 89 and 83. RGB value is (144,137,131). Sum of RGB (Red+Green+Blue) = 144+137+131=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908983 is #6F767C. Grayscale: #8A8A8A. Windows color (decimal): -7304829 or 8620432. OLE color: 8620432.
HSL color Cylindrical-coordinate representation of color #908983: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908983 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 131 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.44 |
| HSL | 27.69º | 0.06% | 0.54% | - |
| HSV(B) | 27.69º | 0.09% | 0.56% | - |
| XYZ | 24.54 | 25.46 | 25.09 | - |
| YUV | 138.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 131 | 0 | 0.05 | 0.09 | 0.44 | 27.69 | 0.06 | 0.54 |
| Hex | 90 | 89 | 83 | 0 | 5 | 9 | 2C | 1C | 6 | 36 |
| Octal | 220 | 211 | 203 | 0 | 5 | 11 | 54 | 34 | 6 | 66 |
| Binary | 10010000 | 10001001 | 10000011 | 0 | 101 | 1001 | 101100 | 11100 | 110 | 110110 |
Color Harmonies of #908983
Complementary color
Monochromatic Colors of #908983
Black with #908983
Text Example
Text Example
White with #908983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908983; }
p { color: rgb(144,137,131); }
H1.HeaderClassName
{
color: #908983;
}
.AnyTagClassName
{
color: #908983;
}
</style>
background-color css
<style>
a { background-color: #908983; }
a { background-color: rgb(144,137,131); }
div.DivClassName
{
background-color: #908983;
}
.BgClassName
{
background-color: #908983;
}
</style>
border-color css
<style>
span { border-color: #908983; }
span { border-color: rgb(144,137,131); }
td.TdClassName
{
border-color: #908983;
}
.TagClassName
{
border-color: #908983;
}
</style>