Shades of Skeptic #9BB4A7
Tints of Skeptic #9BB4A7
RGB
CMYK
RGB Variations
Color information
#9BB4A7 (or 0x9BB4A7) is known color: Skeptic. HEX triplet: 9B, B4 and A7. RGB value is (155,180,167). Sum of RGB (Red+Green+Blue) = 155+180+167=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB4A7 is #644B58. Grayscale: #ABABAB. Windows color (decimal): -6572889 or 10990747. OLE color: 10990747.
HSL color Cylindrical-coordinate representation of color #9BB4A7: hue angle of 148.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB4A7 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 167 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.29 |
| HSL | 148.8º | 0.14% | 0.66% | - |
| HSV(B) | 148.8º | 0.14% | 0.71% | - |
| XYZ | 36.81 | 42.4 | 42.8 | - |
| YUV | 171.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 167 | 0.14 | 0 | 0.07 | 0.29 | 148.8 | 0.14 | 0.66 |
| Hex | 9B | B4 | A7 | E | 0 | 7 | 1D | 95 | E | 42 |
| Octal | 233 | 264 | 247 | 16 | 0 | 7 | 35 | 225 | 16 | 102 |
| Binary | 10011011 | 10110100 | 10100111 | 1110 | 0 | 111 | 11101 | 10010101 | 1110 | 1000010 |
Color Harmonies of #9BB4A7
Complementary color
Monochromatic Colors of #9BB4A7
Black with #9BB4A7
Text Example
Text Example
White with #9BB4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB4A7; }
p { color: rgb(155,180,167); }
H1.HeaderClassName
{
color: #9BB4A7;
}
.AnyTagClassName
{
color: #9BB4A7;
}
</style>
background-color css
<style>
a { background-color: #9BB4A7; }
a { background-color: rgb(155,180,167); }
div.DivClassName
{
background-color: #9BB4A7;
}
.BgClassName
{
background-color: #9BB4A7;
}
</style>
border-color css
<style>
span { border-color: #9BB4A7; }
span { border-color: rgb(155,180,167); }
td.TdClassName
{
border-color: #9BB4A7;
}
.TagClassName
{
border-color: #9BB4A7;
}
</style>