Shades of Portage #8C9ACB
Tints of Portage #8C9ACB
RGB
CMYK
RGB Variations
Color information
#8C9ACB (or 0x8C9ACB) is known color: Portage. HEX triplet: 8C, 9A and CB. RGB value is (140,154,203). Sum of RGB (Red+Green+Blue) = 140+154+203=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ACB is #736534. Grayscale: #9B9B9B. Windows color (decimal): -7562549 or 13343372. OLE color: 13343372.
HSL color Cylindrical-coordinate representation of color #8C9ACB: hue angle of 226.67º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9ACB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 154 | 203 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.20 |
| HSL | 226.67º | 0.38% | 0.67% | - |
| HSV(B) | 226.67º | 0.31% | 0.8% | - |
| XYZ | 33.15 | 33 | 61.12 | - |
| YUV | 155.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 203 | 0.31 | 0.24 | 0 | 0.20 | 226.67 | 0.38 | 0.67 |
| Hex | 8C | 9A | CB | 1F | 18 | 0 | 14 | E3 | 26 | 43 |
| Octal | 214 | 232 | 313 | 37 | 30 | 0 | 24 | 343 | 46 | 103 |
| Binary | 10001100 | 10011010 | 11001011 | 11111 | 11000 | 0 | 10100 | 11100011 | 100110 | 1000011 |
Color Harmonies of #8C9ACB
Complementary color
Monochromatic Colors of #8C9ACB
Black with #8C9ACB
Text Example
Text Example
White with #8C9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9ACB; }
p { color: rgb(140,154,203); }
H1.HeaderClassName
{
color: #8C9ACB;
}
.AnyTagClassName
{
color: #8C9ACB;
}
</style>
background-color css
<style>
a { background-color: #8C9ACB; }
a { background-color: rgb(140,154,203); }
div.DivClassName
{
background-color: #8C9ACB;
}
.BgClassName
{
background-color: #8C9ACB;
}
</style>
border-color css
<style>
span { border-color: #8C9ACB; }
span { border-color: rgb(140,154,203); }
td.TdClassName
{
border-color: #8C9ACB;
}
.TagClassName
{
border-color: #8C9ACB;
}
</style>