Shades of Skeptic #9AB3A7
Tints of Skeptic #9AB3A7
RGB
CMYK
RGB Variations
Color information
#9AB3A7 (or 0x9AB3A7) is known color: Skeptic. HEX triplet: 9A, B3 and A7. RGB value is (154,179,167). Sum of RGB (Red+Green+Blue) = 154+179+167=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB3A7 is #654C58. Grayscale: #AAAAAA. Windows color (decimal): -6638681 or 10990490. OLE color: 10990490.
HSL color Cylindrical-coordinate representation of color #9AB3A7: hue angle of 151.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB3A7 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 167 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.30 |
| HSL | 151.2º | 0.14% | 0.65% | - |
| HSV(B) | 151.2º | 0.14% | 0.7% | - |
| XYZ | 36.42 | 41.9 | 42.73 | - |
| YUV | 170.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 167 | 0.14 | 0 | 0.07 | 0.30 | 151.2 | 0.14 | 0.65 |
| Hex | 9A | B3 | A7 | E | 0 | 7 | 1E | 97 | E | 41 |
| Octal | 232 | 263 | 247 | 16 | 0 | 7 | 36 | 227 | 16 | 101 |
| Binary | 10011010 | 10110011 | 10100111 | 1110 | 0 | 111 | 11110 | 10010111 | 1110 | 1000001 |
Color Harmonies of #9AB3A7
Complementary color
Monochromatic Colors of #9AB3A7
Black with #9AB3A7
Text Example
Text Example
White with #9AB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB3A7; }
p { color: rgb(154,179,167); }
H1.HeaderClassName
{
color: #9AB3A7;
}
.AnyTagClassName
{
color: #9AB3A7;
}
</style>
background-color css
<style>
a { background-color: #9AB3A7; }
a { background-color: rgb(154,179,167); }
div.DivClassName
{
background-color: #9AB3A7;
}
.BgClassName
{
background-color: #9AB3A7;
}
</style>
border-color css
<style>
span { border-color: #9AB3A7; }
span { border-color: rgb(154,179,167); }
td.TdClassName
{
border-color: #9AB3A7;
}
.TagClassName
{
border-color: #9AB3A7;
}
</style>