Shades of Portage #8F9CCC
Tints of Portage #8F9CCC
RGB
CMYK
RGB Variations
Color information
#8F9CCC (or 0x8F9CCC) is known color: Portage. HEX triplet: 8F, 9C and CC. RGB value is (143,156,204). Sum of RGB (Red+Green+Blue) = 143+156+204=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCC is #706333. Grayscale: #9D9D9D. Windows color (decimal): -7365428 or 13409423. OLE color: 13409423.
HSL color Cylindrical-coordinate representation of color #8F9CCC: hue angle of 227.21º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9CCC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 156 | 204 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.2 |
| HSL | 227.21º | 0.37% | 0.68% | - |
| HSV(B) | 227.21º | 0.3% | 0.8% | - |
| XYZ | 34.12 | 33.98 | 61.89 | - |
| YUV | 157.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 204 | 0.30 | 0.24 | 0 | 0.2 | 227.21 | 0.37 | 0.68 |
| Hex | 8F | 9C | CC | 1E | 18 | 0 | 14 | E3 | 25 | 44 |
| Octal | 217 | 234 | 314 | 36 | 30 | 0 | 24 | 343 | 45 | 104 |
| Binary | 10001111 | 10011100 | 11001100 | 11110 | 11000 | 0 | 10100 | 11100011 | 100101 | 1000100 |
Color Harmonies of #8F9CCC
Complementary color
Monochromatic Colors of #8F9CCC
Black with #8F9CCC
Text Example
Text Example
White with #8F9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CCC; }
p { color: rgb(143,156,204); }
H1.HeaderClassName
{
color: #8F9CCC;
}
.AnyTagClassName
{
color: #8F9CCC;
}
</style>
background-color css
<style>
a { background-color: #8F9CCC; }
a { background-color: rgb(143,156,204); }
div.DivClassName
{
background-color: #8F9CCC;
}
.BgClassName
{
background-color: #8F9CCC;
}
</style>
border-color css
<style>
span { border-color: #8F9CCC; }
span { border-color: rgb(143,156,204); }
td.TdClassName
{
border-color: #8F9CCC;
}
.TagClassName
{
border-color: #8F9CCC;
}
</style>