Shades of Skeptic #8DB7A4
Tints of Skeptic #8DB7A4
RGB
CMYK
RGB Variations
Color information
#8DB7A4 (or 0x8DB7A4) is known color: Skeptic. HEX triplet: 8D, B7 and A4. RGB value is (141,183,164). Sum of RGB (Red+Green+Blue) = 141+183+164=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB7A4 is #72485B. Grayscale: #A8A8A8. Windows color (decimal): -7489628 or 10794893. OLE color: 10794893.
HSL color Cylindrical-coordinate representation of color #8DB7A4: hue angle of 152.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB7A4 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 164 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.28 |
| HSL | 152.86º | 0.23% | 0.64% | - |
| HSV(B) | 152.86º | 0.23% | 0.72% | - |
| XYZ | 34.62 | 42.21 | 41.44 | - |
| YUV | 168.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 164 | 0.23 | 0 | 0.10 | 0.28 | 152.86 | 0.23 | 0.64 |
| Hex | 8D | B7 | A4 | 17 | 0 | A | 1C | 99 | 17 | 40 |
| Octal | 215 | 267 | 244 | 27 | 0 | 12 | 34 | 231 | 27 | 100 |
| Binary | 10001101 | 10110111 | 10100100 | 10111 | 0 | 1010 | 11100 | 10011001 | 10111 | 1000000 |
Color Harmonies of #8DB7A4
Complementary color
Monochromatic Colors of #8DB7A4
Black with #8DB7A4
Text Example
Text Example
White with #8DB7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7A4; }
p { color: rgb(141,183,164); }
H1.HeaderClassName
{
color: #8DB7A4;
}
.AnyTagClassName
{
color: #8DB7A4;
}
</style>
background-color css
<style>
a { background-color: #8DB7A4; }
a { background-color: rgb(141,183,164); }
div.DivClassName
{
background-color: #8DB7A4;
}
.BgClassName
{
background-color: #8DB7A4;
}
</style>
border-color css
<style>
span { border-color: #8DB7A4; }
span { border-color: rgb(141,183,164); }
td.TdClassName
{
border-color: #8DB7A4;
}
.TagClassName
{
border-color: #8DB7A4;
}
</style>