Shades of Portage #8F9CDE
Tints of Portage #8F9CDE
RGB
CMYK
RGB Variations
Color information
#8F9CDE (or 0x8F9CDE) is known color: Portage. HEX triplet: 8F, 9C and DE. RGB value is (143,156,222). Sum of RGB (Red+Green+Blue) = 143+156+222=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CDE is #706321. Grayscale: #9F9F9F. Windows color (decimal): -7365410 or 14589071. OLE color: 14589071.
HSL color Cylindrical-coordinate representation of color #8F9CDE: hue angle of 230.13º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9CDE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 156 | 222 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.13 |
| HSL | 230.13º | 0.54% | 0.72% | - |
| HSV(B) | 230.13º | 0.36% | 0.87% | - |
| XYZ | 36.4 | 34.89 | 73.92 | - |
| YUV | 159.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 222 | 0.36 | 0.30 | 0 | 0.13 | 230.13 | 0.54 | 0.72 |
| Hex | 8F | 9C | DE | 24 | 1E | 0 | D | E6 | 36 | 48 |
| Octal | 217 | 234 | 336 | 44 | 36 | 0 | 15 | 346 | 66 | 110 |
| Binary | 10001111 | 10011100 | 11011110 | 100100 | 11110 | 0 | 1101 | 11100110 | 110110 | 1001000 |
Color Harmonies of #8F9CDE
Complementary color
Monochromatic Colors of #8F9CDE
Black with #8F9CDE
Text Example
Text Example
White with #8F9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CDE; }
p { color: rgb(143,156,222); }
H1.HeaderClassName
{
color: #8F9CDE;
}
.AnyTagClassName
{
color: #8F9CDE;
}
</style>
background-color css
<style>
a { background-color: #8F9CDE; }
a { background-color: rgb(143,156,222); }
div.DivClassName
{
background-color: #8F9CDE;
}
.BgClassName
{
background-color: #8F9CDE;
}
</style>
border-color css
<style>
span { border-color: #8F9CDE; }
span { border-color: rgb(143,156,222); }
td.TdClassName
{
border-color: #8F9CDE;
}
.TagClassName
{
border-color: #8F9CDE;
}
</style>