Shades of Skeptic #8CBCA7
Tints of Skeptic #8CBCA7
RGB
CMYK
RGB Variations
Color information
#8CBCA7 (or 0x8CBCA7) is known color: Skeptic. HEX triplet: 8C, BC and A7. RGB value is (140,188,167). Sum of RGB (Red+Green+Blue) = 140+188+167=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA7 is #734358. Grayscale: #ABABAB. Windows color (decimal): -7553881 or 10992780. OLE color: 10992780.
HSL color Cylindrical-coordinate representation of color #8CBCA7: hue angle of 153.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCA7 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 167 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.26 |
| HSL | 153.75º | 0.26% | 0.64% | - |
| HSV(B) | 153.75º | 0.26% | 0.74% | - |
| XYZ | 35.77 | 44.33 | 43.23 | - |
| YUV | 171.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 167 | 0.26 | 0 | 0.11 | 0.26 | 153.75 | 0.26 | 0.64 |
| Hex | 8C | BC | A7 | 1A | 0 | B | 1A | 9A | 1A | 40 |
| Octal | 214 | 274 | 247 | 32 | 0 | 13 | 32 | 232 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10100111 | 11010 | 0 | 1011 | 11010 | 10011010 | 11010 | 1000000 |
Color Harmonies of #8CBCA7
Complementary color
Monochromatic Colors of #8CBCA7
Black with #8CBCA7
Text Example
Text Example
White with #8CBCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCA7; }
p { color: rgb(140,188,167); }
H1.HeaderClassName
{
color: #8CBCA7;
}
.AnyTagClassName
{
color: #8CBCA7;
}
</style>
background-color css
<style>
a { background-color: #8CBCA7; }
a { background-color: rgb(140,188,167); }
div.DivClassName
{
background-color: #8CBCA7;
}
.BgClassName
{
background-color: #8CBCA7;
}
</style>
border-color css
<style>
span { border-color: #8CBCA7; }
span { border-color: rgb(140,188,167); }
td.TdClassName
{
border-color: #8CBCA7;
}
.TagClassName
{
border-color: #8CBCA7;
}
</style>