Shades of Portage #8F9CDB
Tints of Portage #8F9CDB
RGB
CMYK
RGB Variations
Color information
#8F9CDB (or 0x8F9CDB) is known color: Portage. HEX triplet: 8F, 9C and DB. RGB value is (143,156,219). Sum of RGB (Red+Green+Blue) = 143+156+219=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 156 (61.33% from 255 or 30.12% 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 #8F9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CDB is #706324. Grayscale: #9F9F9F. Windows color (decimal): -7365413 or 14392463. OLE color: 14392463.
HSL color Cylindrical-coordinate representation of color #8F9CDB: hue angle of 229.74º degrees, saturation: 0.51, 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 #8F9CDB is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 156 | 219 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.14 |
| HSL | 229.74º | 0.51% | 0.71% | - |
| HSV(B) | 229.74º | 0.35% | 0.86% | - |
| XYZ | 36 | 34.73 | 71.82 | - |
| YUV | 159.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 219 | 0.35 | 0.29 | 0 | 0.14 | 229.74 | 0.51 | 0.71 |
| Hex | 8F | 9C | DB | 23 | 1D | 0 | E | E6 | 33 | 47 |
| Octal | 217 | 234 | 333 | 43 | 35 | 0 | 16 | 346 | 63 | 107 |
| Binary | 10001111 | 10011100 | 11011011 | 100011 | 11101 | 0 | 1110 | 11100110 | 110011 | 1000111 |
Color Harmonies of #8F9CDB
Complementary color
Monochromatic Colors of #8F9CDB
Black with #8F9CDB
Text Example
Text Example
White with #8F9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CDB; }
p { color: rgb(143,156,219); }
H1.HeaderClassName
{
color: #8F9CDB;
}
.AnyTagClassName
{
color: #8F9CDB;
}
</style>
background-color css
<style>
a { background-color: #8F9CDB; }
a { background-color: rgb(143,156,219); }
div.DivClassName
{
background-color: #8F9CDB;
}
.BgClassName
{
background-color: #8F9CDB;
}
</style>
border-color css
<style>
span { border-color: #8F9CDB; }
span { border-color: rgb(143,156,219); }
td.TdClassName
{
border-color: #8F9CDB;
}
.TagClassName
{
border-color: #8F9CDB;
}
</style>