Shades of Skeptic #9DB3A7
Tints of Skeptic #9DB3A7
RGB
CMYK
RGB Variations
Color information
#9DB3A7 (or 0x9DB3A7) is known color: Skeptic. HEX triplet: 9D, B3 and A7. RGB value is (157,179,167). Sum of RGB (Red+Green+Blue) = 157+179+167=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3A7 is #624C58. Grayscale: #ABABAB. Windows color (decimal): -6442073 or 10990493. OLE color: 10990493.
HSL color Cylindrical-coordinate representation of color #9DB3A7: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3A7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 167 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.30 |
| HSL | 147.27º | 0.13% | 0.66% | - |
| HSV(B) | 147.27º | 0.12% | 0.7% | - |
| XYZ | 37 | 42.2 | 42.75 | - |
| YUV | 171.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 167 | 0.12 | 0 | 0.07 | 0.30 | 147.27 | 0.13 | 0.66 |
| Hex | 9D | B3 | A7 | C | 0 | 7 | 1E | 93 | D | 42 |
| Octal | 235 | 263 | 247 | 14 | 0 | 7 | 36 | 223 | 15 | 102 |
| Binary | 10011101 | 10110011 | 10100111 | 1100 | 0 | 111 | 11110 | 10010011 | 1101 | 1000010 |
Color Harmonies of #9DB3A7
Complementary color
Monochromatic Colors of #9DB3A7
Black with #9DB3A7
Text Example
Text Example
White with #9DB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3A7; }
p { color: rgb(157,179,167); }
H1.HeaderClassName
{
color: #9DB3A7;
}
.AnyTagClassName
{
color: #9DB3A7;
}
</style>
background-color css
<style>
a { background-color: #9DB3A7; }
a { background-color: rgb(157,179,167); }
div.DivClassName
{
background-color: #9DB3A7;
}
.BgClassName
{
background-color: #9DB3A7;
}
</style>
border-color css
<style>
span { border-color: #9DB3A7; }
span { border-color: rgb(157,179,167); }
td.TdClassName
{
border-color: #9DB3A7;
}
.TagClassName
{
border-color: #9DB3A7;
}
</style>