Shades of Skeptic #9EB7A8
Tints of Skeptic #9EB7A8
RGB
CMYK
RGB Variations
Color information
#9EB7A8 (or 0x9EB7A8) is known color: Skeptic. HEX triplet: 9E, B7 and A8. RGB value is (158,183,168). Sum of RGB (Red+Green+Blue) = 158+183+168=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB7A8 is #614857. Grayscale: #ADADAD. Windows color (decimal): -6375512 or 11057054. OLE color: 11057054.
HSL color Cylindrical-coordinate representation of color #9EB7A8: hue angle of 144º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB7A8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 158 | 183 | 168 | - |
CMYK | 0.14 | 0 | 0.08 | 0.28 |
HSL | 144º | 0.15% | 0.67% | - |
HSV(B) | 144º | 0.14% | 0.72% | - |
XYZ | 38.1 | 43.96 | 43.52 | - |
YUV | 173.82 | 124.72 | 116.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 183 | 168 | 0.14 | 0 | 0.08 | 0.28 | 144 | 0.15 | 0.67 |
Hex | 9E | B7 | A8 | E | 0 | 8 | 1C | 90 | F | 43 |
Octal | 236 | 267 | 250 | 16 | 0 | 10 | 34 | 220 | 17 | 103 |
Binary | 10011110 | 10110111 | 10101000 | 1110 | 0 | 1000 | 11100 | 10010000 | 1111 | 1000011 |
Color Harmonies of #9EB7A8
Complementary color
Monochromatic Colors of #9EB7A8
Black with #9EB7A8
Text Example
Text Example
White with #9EB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB7A8; }
p { color: rgb(158,183,168); }
H1.HeaderClassName
{
color: #9EB7A8;
}
.AnyTagClassName
{
color: #9EB7A8;
}
</style>
background-color css
<style>
a { background-color: #9EB7A8; }
a { background-color: rgb(158,183,168); }
div.DivClassName
{
background-color: #9EB7A8;
}
.BgClassName
{
background-color: #9EB7A8;
}
</style>
border-color css
<style>
span { border-color: #9EB7A8; }
span { border-color: rgb(158,183,168); }
td.TdClassName
{
border-color: #9EB7A8;
}
.TagClassName
{
border-color: #9EB7A8;
}
</style>