Shades of Skeptic #8DBDA9
Tints of Skeptic #8DBDA9
RGB
CMYK
RGB Variations
Color information
#8DBDA9 (or 0x8DBDA9) is known color: Skeptic. HEX triplet: 8D, BD and A9. RGB value is (141,189,169). Sum of RGB (Red+Green+Blue) = 141+189+169=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBDA9 is #724256. Grayscale: #ACACAC. Windows color (decimal): -7488087 or 11124109. OLE color: 11124109.
HSL color Cylindrical-coordinate representation of color #8DBDA9: hue angle of 155º degrees, saturation: 0.27, 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 #8DBDA9 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 169 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.26 |
| HSL | 155º | 0.27% | 0.65% | - |
| HSV(B) | 155º | 0.25% | 0.74% | - |
| XYZ | 36.34 | 44.92 | 44.29 | - |
| YUV | 172.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 169 | 0.25 | 0 | 0.11 | 0.26 | 155 | 0.27 | 0.65 |
| Hex | 8D | BD | A9 | 19 | 0 | B | 1A | 9B | 1B | 41 |
| Octal | 215 | 275 | 251 | 31 | 0 | 13 | 32 | 233 | 33 | 101 |
| Binary | 10001101 | 10111101 | 10101001 | 11001 | 0 | 1011 | 11010 | 10011011 | 11011 | 1000001 |
Color Harmonies of #8DBDA9
Complementary color
Monochromatic Colors of #8DBDA9
Black with #8DBDA9
Text Example
Text Example
White with #8DBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDA9; }
p { color: rgb(141,189,169); }
H1.HeaderClassName
{
color: #8DBDA9;
}
.AnyTagClassName
{
color: #8DBDA9;
}
</style>
background-color css
<style>
a { background-color: #8DBDA9; }
a { background-color: rgb(141,189,169); }
div.DivClassName
{
background-color: #8DBDA9;
}
.BgClassName
{
background-color: #8DBDA9;
}
</style>
border-color css
<style>
span { border-color: #8DBDA9; }
span { border-color: rgb(141,189,169); }
td.TdClassName
{
border-color: #8DBDA9;
}
.TagClassName
{
border-color: #8DBDA9;
}
</style>