Shades of Pale Oyster #9D8F7B
Tints of Pale Oyster #9D8F7B
RGB
CMYK
RGB Variations
Color information
#9D8F7B (or 0x9D8F7B) is known color: Pale Oyster. HEX triplet: 9D, 8F and 7B. RGB value is (157,143,123). Sum of RGB (Red+Green+Blue) = 157+143+123=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F7B is #627084. Grayscale: #919191. Windows color (decimal): -6451333 or 8097693. OLE color: 8097693.
HSL color Cylindrical-coordinate representation of color #9D8F7B: hue angle of 35.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D8F7B is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 123 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.38 |
| HSL | 35.29º | 0.15% | 0.55% | - |
| HSV(B) | 35.29º | 0.22% | 0.62% | - |
| XYZ | 27.3 | 28.24 | 22.75 | - |
| YUV | 144.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 123 | 0 | 0.09 | 0.22 | 0.38 | 35.29 | 0.15 | 0.55 |
| Hex | 9D | 8F | 7B | 0 | 9 | 16 | 26 | 23 | F | 37 |
| Octal | 235 | 217 | 173 | 0 | 11 | 26 | 46 | 43 | 17 | 67 |
| Binary | 10011101 | 10001111 | 1111011 | 0 | 1001 | 10110 | 100110 | 100011 | 1111 | 110111 |
Color Harmonies of #9D8F7B
Complementary color
Monochromatic Colors of #9D8F7B
Black with #9D8F7B
Text Example
Text Example
White with #9D8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F7B; }
p { color: rgb(157,143,123); }
H1.HeaderClassName
{
color: #9D8F7B;
}
.AnyTagClassName
{
color: #9D8F7B;
}
</style>
background-color css
<style>
a { background-color: #9D8F7B; }
a { background-color: rgb(157,143,123); }
div.DivClassName
{
background-color: #9D8F7B;
}
.BgClassName
{
background-color: #9D8F7B;
}
</style>
border-color css
<style>
span { border-color: #9D8F7B; }
span { border-color: rgb(157,143,123); }
td.TdClassName
{
border-color: #9D8F7B;
}
.TagClassName
{
border-color: #9D8F7B;
}
</style>