Shades of Portage #8C9BCD
Tints of Portage #8C9BCD
RGB
CMYK
RGB Variations
Color information
#8C9BCD (or 0x8C9BCD) is known color: Portage. HEX triplet: 8C, 9B and CD. RGB value is (140,155,205). Sum of RGB (Red+Green+Blue) = 140+155+205=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BCD is #736432. Grayscale: #9C9C9C. Windows color (decimal): -7562291 or 13474700. OLE color: 13474700.
HSL color Cylindrical-coordinate representation of color #8C9BCD: hue angle of 226.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9BCD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 155 | 205 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.20 |
| HSL | 226.15º | 0.39% | 0.68% | - |
| HSV(B) | 226.15º | 0.32% | 0.8% | - |
| XYZ | 33.56 | 33.43 | 62.44 | - |
| YUV | 156.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 205 | 0.32 | 0.24 | 0 | 0.20 | 226.15 | 0.39 | 0.68 |
| Hex | 8C | 9B | CD | 20 | 18 | 0 | 14 | E2 | 27 | 44 |
| Octal | 214 | 233 | 315 | 40 | 30 | 0 | 24 | 342 | 47 | 104 |
| Binary | 10001100 | 10011011 | 11001101 | 100000 | 11000 | 0 | 10100 | 11100010 | 100111 | 1000100 |
Color Harmonies of #8C9BCD
Complementary color
Monochromatic Colors of #8C9BCD
Black with #8C9BCD
Text Example
Text Example
White with #8C9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9BCD; }
p { color: rgb(140,155,205); }
H1.HeaderClassName
{
color: #8C9BCD;
}
.AnyTagClassName
{
color: #8C9BCD;
}
</style>
background-color css
<style>
a { background-color: #8C9BCD; }
a { background-color: rgb(140,155,205); }
div.DivClassName
{
background-color: #8C9BCD;
}
.BgClassName
{
background-color: #8C9BCD;
}
</style>
border-color css
<style>
span { border-color: #8C9BCD; }
span { border-color: rgb(140,155,205); }
td.TdClassName
{
border-color: #8C9BCD;
}
.TagClassName
{
border-color: #8C9BCD;
}
</style>