Shades of Portage #8F9DDB
Tints of Portage #8F9DDB
RGB
CMYK
RGB Variations
Color information
#8F9DDB (or 0x8F9DDB) is known color: Portage. HEX triplet: 8F, 9D and DB. RGB value is (143,157,219). Sum of RGB (Red+Green+Blue) = 143+157+219=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DDB is #706224. Grayscale: #9F9F9F. Windows color (decimal): -7365157 or 14392719. OLE color: 14392719.
HSL color Cylindrical-coordinate representation of color #8F9DDB: hue angle of 228.95º 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 #8F9DDB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 157 | 219 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.14 |
| HSL | 228.95º | 0.51% | 0.71% | - |
| HSV(B) | 228.95º | 0.35% | 0.86% | - |
| XYZ | 36.17 | 35.07 | 71.88 | - |
| YUV | 159.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 219 | 0.35 | 0.28 | 0 | 0.14 | 228.95 | 0.51 | 0.71 |
| Hex | 8F | 9D | DB | 23 | 1C | 0 | E | E5 | 33 | 47 |
| Octal | 217 | 235 | 333 | 43 | 34 | 0 | 16 | 345 | 63 | 107 |
| Binary | 10001111 | 10011101 | 11011011 | 100011 | 11100 | 0 | 1110 | 11100101 | 110011 | 1000111 |
Color Harmonies of #8F9DDB
Complementary color
Monochromatic Colors of #8F9DDB
Black with #8F9DDB
Text Example
Text Example
White with #8F9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DDB; }
p { color: rgb(143,157,219); }
H1.HeaderClassName
{
color: #8F9DDB;
}
.AnyTagClassName
{
color: #8F9DDB;
}
</style>
background-color css
<style>
a { background-color: #8F9DDB; }
a { background-color: rgb(143,157,219); }
div.DivClassName
{
background-color: #8F9DDB;
}
.BgClassName
{
background-color: #8F9DDB;
}
</style>
border-color css
<style>
span { border-color: #8F9DDB; }
span { border-color: rgb(143,157,219); }
td.TdClassName
{
border-color: #8F9DDB;
}
.TagClassName
{
border-color: #8F9DDB;
}
</style>