Shades of Portage #8F9CCD
Tints of Portage #8F9CCD
RGB
CMYK
RGB Variations
Color information
#8F9CCD (or 0x8F9CCD) is known color: Portage. HEX triplet: 8F, 9C and CD. RGB value is (143,156,205). Sum of RGB (Red+Green+Blue) = 143+156+205=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCD is #706332. Grayscale: #9D9D9D. Windows color (decimal): -7365427 or 13474959. OLE color: 13474959.
HSL color Cylindrical-coordinate representation of color #8F9CCD: hue angle of 227.42º degrees, saturation: 0.38, 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 #8F9CCD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 156 | 205 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.20 |
| HSL | 227.42º | 0.38% | 0.68% | - |
| HSV(B) | 227.42º | 0.3% | 0.8% | - |
| XYZ | 34.24 | 34.02 | 62.52 | - |
| YUV | 157.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 205 | 0.30 | 0.24 | 0 | 0.20 | 227.42 | 0.38 | 0.68 |
| Hex | 8F | 9C | CD | 1E | 18 | 0 | 14 | E3 | 26 | 44 |
| Octal | 217 | 234 | 315 | 36 | 30 | 0 | 24 | 343 | 46 | 104 |
| Binary | 10001111 | 10011100 | 11001101 | 11110 | 11000 | 0 | 10100 | 11100011 | 100110 | 1000100 |
Color Harmonies of #8F9CCD
Complementary color
Monochromatic Colors of #8F9CCD
Black with #8F9CCD
Text Example
Text Example
White with #8F9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CCD; }
p { color: rgb(143,156,205); }
H1.HeaderClassName
{
color: #8F9CCD;
}
.AnyTagClassName
{
color: #8F9CCD;
}
</style>
background-color css
<style>
a { background-color: #8F9CCD; }
a { background-color: rgb(143,156,205); }
div.DivClassName
{
background-color: #8F9CCD;
}
.BgClassName
{
background-color: #8F9CCD;
}
</style>
border-color css
<style>
span { border-color: #8F9CCD; }
span { border-color: rgb(143,156,205); }
td.TdClassName
{
border-color: #8F9CCD;
}
.TagClassName
{
border-color: #8F9CCD;
}
</style>