Shades of Portage #8F9DDC
Tints of Portage #8F9DDC
RGB
CMYK
RGB Variations
Color information
#8F9DDC (or 0x8F9DDC) is known color: Portage. HEX triplet: 8F, 9D and DC. RGB value is (143,157,220). Sum of RGB (Red+Green+Blue) = 143+157+220=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DDC is #706223. Grayscale: #9F9F9F. Windows color (decimal): -7365156 or 14458255. OLE color: 14458255.
HSL color Cylindrical-coordinate representation of color #8F9DDC: hue angle of 229.09º 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 #8F9DDC is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 157 | 220 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.14 |
| HSL | 229.09º | 0.52% | 0.71% | - |
| HSV(B) | 229.09º | 0.35% | 0.86% | - |
| XYZ | 36.3 | 35.12 | 72.58 | - |
| YUV | 160 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 220 | 0.35 | 0.29 | 0 | 0.14 | 229.09 | 0.52 | 0.71 |
| Hex | 8F | 9D | DC | 23 | 1D | 0 | E | E5 | 34 | 47 |
| Octal | 217 | 235 | 334 | 43 | 35 | 0 | 16 | 345 | 64 | 107 |
| Binary | 10001111 | 10011101 | 11011100 | 100011 | 11101 | 0 | 1110 | 11100101 | 110100 | 1000111 |
Color Harmonies of #8F9DDC
Complementary color
Monochromatic Colors of #8F9DDC
Black with #8F9DDC
Text Example
Text Example
White with #8F9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DDC; }
p { color: rgb(143,157,220); }
H1.HeaderClassName
{
color: #8F9DDC;
}
.AnyTagClassName
{
color: #8F9DDC;
}
</style>
background-color css
<style>
a { background-color: #8F9DDC; }
a { background-color: rgb(143,157,220); }
div.DivClassName
{
background-color: #8F9DDC;
}
.BgClassName
{
background-color: #8F9DDC;
}
</style>
border-color css
<style>
span { border-color: #8F9DDC; }
span { border-color: rgb(143,157,220); }
td.TdClassName
{
border-color: #8F9DDC;
}
.TagClassName
{
border-color: #8F9DDC;
}
</style>