Shades of Skeptic #8DBCA7
Tints of Skeptic #8DBCA7
RGB
CMYK
RGB Variations
Color information
#8DBCA7 (or 0x8DBCA7) is known color: Skeptic. HEX triplet: 8D, BC and A7. RGB value is (141,188,167). Sum of RGB (Red+Green+Blue) = 141+188+167=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBCA7 is #724358. Grayscale: #ABABAB. Windows color (decimal): -7488345 or 10992781. OLE color: 10992781.
HSL color Cylindrical-coordinate representation of color #8DBCA7: hue angle of 153.19º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBCA7 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 167 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.26 |
| HSL | 153.19º | 0.26% | 0.65% | - |
| HSV(B) | 153.19º | 0.25% | 0.74% | - |
| XYZ | 35.94 | 44.42 | 43.24 | - |
| YUV | 171.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 167 | 0.25 | 0 | 0.11 | 0.26 | 153.19 | 0.26 | 0.65 |
| Hex | 8D | BC | A7 | 19 | 0 | B | 1A | 99 | 1A | 41 |
| Octal | 215 | 274 | 247 | 31 | 0 | 13 | 32 | 231 | 32 | 101 |
| Binary | 10001101 | 10111100 | 10100111 | 11001 | 0 | 1011 | 11010 | 10011001 | 11010 | 1000001 |
Color Harmonies of #8DBCA7
Complementary color
Monochromatic Colors of #8DBCA7
Black with #8DBCA7
Text Example
Text Example
White with #8DBCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCA7; }
p { color: rgb(141,188,167); }
H1.HeaderClassName
{
color: #8DBCA7;
}
.AnyTagClassName
{
color: #8DBCA7;
}
</style>
background-color css
<style>
a { background-color: #8DBCA7; }
a { background-color: rgb(141,188,167); }
div.DivClassName
{
background-color: #8DBCA7;
}
.BgClassName
{
background-color: #8DBCA7;
}
</style>
border-color css
<style>
span { border-color: #8DBCA7; }
span { border-color: rgb(141,188,167); }
td.TdClassName
{
border-color: #8DBCA7;
}
.TagClassName
{
border-color: #8DBCA7;
}
</style>