Shades of Heather #9CB7CB
Tints of Heather #9CB7CB
RGB
CMYK
RGB Variations
Color information
#9CB7CB (or 0x9CB7CB) is known color: Heather. HEX triplet: 9C, B7 and CB. RGB value is (156,183,203). Sum of RGB (Red+Green+Blue) = 156+183+203=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CB7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7CB is #634834. Grayscale: #B1B1B1. Windows color (decimal): -6506549 or 13350812. OLE color: 13350812.
HSL color Cylindrical-coordinate representation of color #9CB7CB: hue angle of 205.53º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB7CB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 183 | 203 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.20 |
| HSL | 205.53º | 0.31% | 0.7% | - |
| HSV(B) | 205.53º | 0.23% | 0.8% | - |
| XYZ | 41.42 | 45.25 | 63.05 | - |
| YUV | 177.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 203 | 0.23 | 0.10 | 0 | 0.20 | 205.53 | 0.31 | 0.7 |
| Hex | 9C | B7 | CB | 17 | A | 0 | 14 | CE | 1F | 46 |
| Octal | 234 | 267 | 313 | 27 | 12 | 0 | 24 | 316 | 37 | 106 |
| Binary | 10011100 | 10110111 | 11001011 | 10111 | 1010 | 0 | 10100 | 11001110 | 11111 | 1000110 |
Color Harmonies of #9CB7CB
Complementary color
Monochromatic Colors of #9CB7CB
Black with #9CB7CB
Text Example
Text Example
White with #9CB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB7CB; }
p { color: rgb(156,183,203); }
H1.HeaderClassName
{
color: #9CB7CB;
}
.AnyTagClassName
{
color: #9CB7CB;
}
</style>
background-color css
<style>
a { background-color: #9CB7CB; }
a { background-color: rgb(156,183,203); }
div.DivClassName
{
background-color: #9CB7CB;
}
.BgClassName
{
background-color: #9CB7CB;
}
</style>
border-color css
<style>
span { border-color: #9CB7CB; }
span { border-color: rgb(156,183,203); }
td.TdClassName
{
border-color: #9CB7CB;
}
.TagClassName
{
border-color: #9CB7CB;
}
</style>