Shades of Portage #8F95DB
Tints of Portage #8F95DB
RGB
CMYK
RGB Variations
Color information
#8F95DB (or 0x8F95DB) is known color: Portage. HEX triplet: 8F, 95 and DB. RGB value is (143,149,219). Sum of RGB (Red+Green+Blue) = 143+149+219=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F95DB is #706A24. Grayscale: #9A9A9A. Windows color (decimal): -7367205 or 14390671. OLE color: 14390671.
HSL color Cylindrical-coordinate representation of color #8F95DB: hue angle of 235.26º 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 #8F95DB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 149 | 219 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.14 |
| HSL | 235.26º | 0.51% | 0.71% | - |
| HSV(B) | 235.26º | 0.35% | 0.86% | - |
| XYZ | 34.86 | 32.45 | 71.44 | - |
| YUV | 155.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 219 | 0.35 | 0.32 | 0 | 0.14 | 235.26 | 0.51 | 0.71 |
| Hex | 8F | 95 | DB | 23 | 20 | 0 | E | EB | 33 | 47 |
| Octal | 217 | 225 | 333 | 43 | 40 | 0 | 16 | 353 | 63 | 107 |
| Binary | 10001111 | 10010101 | 11011011 | 100011 | 100000 | 0 | 1110 | 11101011 | 110011 | 1000111 |
Color Harmonies of #8F95DB
Complementary color
Monochromatic Colors of #8F95DB
Black with #8F95DB
Text Example
Text Example
White with #8F95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F95DB; }
p { color: rgb(143,149,219); }
H1.HeaderClassName
{
color: #8F95DB;
}
.AnyTagClassName
{
color: #8F95DB;
}
</style>
background-color css
<style>
a { background-color: #8F95DB; }
a { background-color: rgb(143,149,219); }
div.DivClassName
{
background-color: #8F95DB;
}
.BgClassName
{
background-color: #8F95DB;
}
</style>
border-color css
<style>
span { border-color: #8F95DB; }
span { border-color: rgb(143,149,219); }
td.TdClassName
{
border-color: #8F95DB;
}
.TagClassName
{
border-color: #8F95DB;
}
</style>