Shades of Skeptic #9FB1A7
Tints of Skeptic #9FB1A7
RGB
CMYK
RGB Variations
Color information
#9FB1A7 (or 0x9FB1A7) is known color: Skeptic. HEX triplet: 9F, B1 and A7. RGB value is (159,177,167). Sum of RGB (Red+Green+Blue) = 159+177+167=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB1A7 is #604E58. Grayscale: #AAAAAA. Windows color (decimal): -6311513 or 10989983. OLE color: 10989983.
HSL color Cylindrical-coordinate representation of color #9FB1A7: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB1A7 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 167 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.31 |
| HSL | 146.67º | 0.1% | 0.66% | - |
| HSV(B) | 146.67º | 0.1% | 0.69% | - |
| XYZ | 37 | 41.61 | 42.64 | - |
| YUV | 170.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 167 | 0.10 | 0 | 0.06 | 0.31 | 146.67 | 0.1 | 0.66 |
| Hex | 9F | B1 | A7 | A | 0 | 6 | 1F | 93 | A | 42 |
| Octal | 237 | 261 | 247 | 12 | 0 | 6 | 37 | 223 | 12 | 102 |
| Binary | 10011111 | 10110001 | 10100111 | 1010 | 0 | 110 | 11111 | 10010011 | 1010 | 1000010 |
Color Harmonies of #9FB1A7
Complementary color
Monochromatic Colors of #9FB1A7
Black with #9FB1A7
Text Example
Text Example
White with #9FB1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1A7; }
p { color: rgb(159,177,167); }
H1.HeaderClassName
{
color: #9FB1A7;
}
.AnyTagClassName
{
color: #9FB1A7;
}
</style>
background-color css
<style>
a { background-color: #9FB1A7; }
a { background-color: rgb(159,177,167); }
div.DivClassName
{
background-color: #9FB1A7;
}
.BgClassName
{
background-color: #9FB1A7;
}
</style>
border-color css
<style>
span { border-color: #9FB1A7; }
span { border-color: rgb(159,177,167); }
td.TdClassName
{
border-color: #9FB1A7;
}
.TagClassName
{
border-color: #9FB1A7;
}
</style>