Shades of Portage #8C9FDB
Tints of Portage #8C9FDB
RGB
CMYK
RGB Variations
Color information
#8C9FDB (or 0x8C9FDB) is known color: Portage. HEX triplet: 8C, 9F and DB. RGB value is (140,159,219). Sum of RGB (Red+Green+Blue) = 140+159+219=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FDB is #736024. Grayscale: #9F9F9F. Windows color (decimal): -7561253 or 14393228. OLE color: 14393228.
HSL color Cylindrical-coordinate representation of color #8C9FDB: hue angle of 225.57º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9FDB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 159 | 219 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.14 |
| HSL | 225.57º | 0.52% | 0.7% | - |
| HSV(B) | 225.57º | 0.36% | 0.86% | - |
| XYZ | 36 | 35.49 | 71.97 | - |
| YUV | 160.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 219 | 0.36 | 0.27 | 0 | 0.14 | 225.57 | 0.52 | 0.7 |
| Hex | 8C | 9F | DB | 24 | 1B | 0 | E | E2 | 34 | 46 |
| Octal | 214 | 237 | 333 | 44 | 33 | 0 | 16 | 342 | 64 | 106 |
| Binary | 10001100 | 10011111 | 11011011 | 100100 | 11011 | 0 | 1110 | 11100010 | 110100 | 1000110 |
Color Harmonies of #8C9FDB
Complementary color
Monochromatic Colors of #8C9FDB
Black with #8C9FDB
Text Example
Text Example
White with #8C9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FDB; }
p { color: rgb(140,159,219); }
H1.HeaderClassName
{
color: #8C9FDB;
}
.AnyTagClassName
{
color: #8C9FDB;
}
</style>
background-color css
<style>
a { background-color: #8C9FDB; }
a { background-color: rgb(140,159,219); }
div.DivClassName
{
background-color: #8C9FDB;
}
.BgClassName
{
background-color: #8C9FDB;
}
</style>
border-color css
<style>
span { border-color: #8C9FDB; }
span { border-color: rgb(140,159,219); }
td.TdClassName
{
border-color: #8C9FDB;
}
.TagClassName
{
border-color: #8C9FDB;
}
</style>