Shades of Portage #8F9CDC
Tints of Portage #8F9CDC
RGB
CMYK
RGB Variations
Color information
#8F9CDC (or 0x8F9CDC) is known color: Portage. HEX triplet: 8F, 9C and DC. RGB value is (143,156,220). Sum of RGB (Red+Green+Blue) = 143+156+220=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CDC is #706323. Grayscale: #9F9F9F. Windows color (decimal): -7365412 or 14457999. OLE color: 14457999.
HSL color Cylindrical-coordinate representation of color #8F9CDC: hue angle of 229.87º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9CDC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 156 | 220 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.14 |
| HSL | 229.87º | 0.52% | 0.71% | - |
| HSV(B) | 229.87º | 0.35% | 0.86% | - |
| XYZ | 36.13 | 34.78 | 72.52 | - |
| YUV | 159.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 220 | 0.35 | 0.29 | 0 | 0.14 | 229.87 | 0.52 | 0.71 |
| Hex | 8F | 9C | DC | 23 | 1D | 0 | E | E6 | 34 | 47 |
| Octal | 217 | 234 | 334 | 43 | 35 | 0 | 16 | 346 | 64 | 107 |
| Binary | 10001111 | 10011100 | 11011100 | 100011 | 11101 | 0 | 1110 | 11100110 | 110100 | 1000111 |
Color Harmonies of #8F9CDC
Complementary color
Monochromatic Colors of #8F9CDC
Black with #8F9CDC
Text Example
Text Example
White with #8F9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CDC; }
p { color: rgb(143,156,220); }
H1.HeaderClassName
{
color: #8F9CDC;
}
.AnyTagClassName
{
color: #8F9CDC;
}
</style>
background-color css
<style>
a { background-color: #8F9CDC; }
a { background-color: rgb(143,156,220); }
div.DivClassName
{
background-color: #8F9CDC;
}
.BgClassName
{
background-color: #8F9CDC;
}
</style>
border-color css
<style>
span { border-color: #8F9CDC; }
span { border-color: rgb(143,156,220); }
td.TdClassName
{
border-color: #8F9CDC;
}
.TagClassName
{
border-color: #8F9CDC;
}
</style>