Shades of Skeptic #98B7A5
Tints of Skeptic #98B7A5
RGB
CMYK
RGB Variations
Color information
#98B7A5 (or 0x98B7A5) is known color: Skeptic. HEX triplet: 98, B7 and A5. RGB value is (152,183,165). Sum of RGB (Red+Green+Blue) = 152+183+165=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #98B7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B7A5 is #67485A. Grayscale: #ABABAB. Windows color (decimal): -6768731 or 10860440. OLE color: 10860440.
HSL color Cylindrical-coordinate representation of color #98B7A5: hue angle of 145.16º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B7A5 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 165 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.28 |
| HSL | 145.16º | 0.18% | 0.66% | - |
| HSV(B) | 145.16º | 0.17% | 0.72% | - |
| XYZ | 36.67 | 43.26 | 42.01 | - |
| YUV | 171.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 165 | 0.17 | 0 | 0.10 | 0.28 | 145.16 | 0.18 | 0.66 |
| Hex | 98 | B7 | A5 | 11 | 0 | A | 1C | 91 | 12 | 42 |
| Octal | 230 | 267 | 245 | 21 | 0 | 12 | 34 | 221 | 22 | 102 |
| Binary | 10011000 | 10110111 | 10100101 | 10001 | 0 | 1010 | 11100 | 10010001 | 10010 | 1000010 |
Color Harmonies of #98B7A5
Complementary color
Monochromatic Colors of #98B7A5
Black with #98B7A5
Text Example
Text Example
White with #98B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7A5; }
p { color: rgb(152,183,165); }
H1.HeaderClassName
{
color: #98B7A5;
}
.AnyTagClassName
{
color: #98B7A5;
}
</style>
background-color css
<style>
a { background-color: #98B7A5; }
a { background-color: rgb(152,183,165); }
div.DivClassName
{
background-color: #98B7A5;
}
.BgClassName
{
background-color: #98B7A5;
}
</style>
border-color css
<style>
span { border-color: #98B7A5; }
span { border-color: rgb(152,183,165); }
td.TdClassName
{
border-color: #98B7A5;
}
.TagClassName
{
border-color: #98B7A5;
}
</style>