Shades of Portage #8C99CC
Tints of Portage #8C99CC
RGB
CMYK
RGB Variations
Color information
#8C99CC (or 0x8C99CC) is known color: Portage. HEX triplet: 8C, 99 and CC. RGB value is (140,153,204). Sum of RGB (Red+Green+Blue) = 140+153+204=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CC is #736633. Grayscale: #9A9A9A. Windows color (decimal): -7562804 or 13408652. OLE color: 13408652.
HSL color Cylindrical-coordinate representation of color #8C99CC: hue angle of 227.81º degrees, saturation: 0.39, 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 #8C99CC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 153 | 204 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.2 |
| HSL | 227.81º | 0.39% | 0.67% | - |
| HSV(B) | 227.81º | 0.31% | 0.8% | - |
| XYZ | 33.11 | 32.72 | 61.7 | - |
| YUV | 154.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 204 | 0.31 | 0.25 | 0 | 0.2 | 227.81 | 0.39 | 0.67 |
| Hex | 8C | 99 | CC | 1F | 19 | 0 | 14 | E4 | 27 | 43 |
| Octal | 214 | 231 | 314 | 37 | 31 | 0 | 24 | 344 | 47 | 103 |
| Binary | 10001100 | 10011001 | 11001100 | 11111 | 11001 | 0 | 10100 | 11100100 | 100111 | 1000011 |
Color Harmonies of #8C99CC
Complementary color
Monochromatic Colors of #8C99CC
Black with #8C99CC
Text Example
Text Example
White with #8C99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C99CC; }
p { color: rgb(140,153,204); }
H1.HeaderClassName
{
color: #8C99CC;
}
.AnyTagClassName
{
color: #8C99CC;
}
</style>
background-color css
<style>
a { background-color: #8C99CC; }
a { background-color: rgb(140,153,204); }
div.DivClassName
{
background-color: #8C99CC;
}
.BgClassName
{
background-color: #8C99CC;
}
</style>
border-color css
<style>
span { border-color: #8C99CC; }
span { border-color: rgb(140,153,204); }
td.TdClassName
{
border-color: #8C99CC;
}
.TagClassName
{
border-color: #8C99CC;
}
</style>