Shades of Portage #8C99CB
Tints of Portage #8C99CB
RGB
CMYK
RGB Variations
Color information
#8C99CB (or 0x8C99CB) is known color: Portage. HEX triplet: 8C, 99 and CB. RGB value is (140,153,203). Sum of RGB (Red+Green+Blue) = 140+153+203=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CB is #736634. Grayscale: #9A9A9A. Windows color (decimal): -7562805 or 13343116. OLE color: 13343116.
HSL color Cylindrical-coordinate representation of color #8C99CB: hue angle of 227.62º 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 #8C99CB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 153 | 203 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.20 |
| HSL | 227.62º | 0.38% | 0.67% | - |
| HSV(B) | 227.62º | 0.31% | 0.8% | - |
| XYZ | 32.99 | 32.67 | 61.07 | - |
| YUV | 154.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 203 | 0.31 | 0.25 | 0 | 0.20 | 227.62 | 0.38 | 0.67 |
| Hex | 8C | 99 | CB | 1F | 19 | 0 | 14 | E4 | 26 | 43 |
| Octal | 214 | 231 | 313 | 37 | 31 | 0 | 24 | 344 | 46 | 103 |
| Binary | 10001100 | 10011001 | 11001011 | 11111 | 11001 | 0 | 10100 | 11100100 | 100110 | 1000011 |
Color Harmonies of #8C99CB
Complementary color
Monochromatic Colors of #8C99CB
Black with #8C99CB
Text Example
Text Example
White with #8C99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99CB; }
p { color: rgb(140,153,203); }
H1.HeaderClassName
{
color: #8C99CB;
}
.AnyTagClassName
{
color: #8C99CB;
}
</style>
background-color css
<style>
a { background-color: #8C99CB; }
a { background-color: rgb(140,153,203); }
div.DivClassName
{
background-color: #8C99CB;
}
.BgClassName
{
background-color: #8C99CB;
}
</style>
border-color css
<style>
span { border-color: #8C99CB; }
span { border-color: rgb(140,153,203); }
td.TdClassName
{
border-color: #8C99CB;
}
.TagClassName
{
border-color: #8C99CB;
}
</style>