Shades of Portage #8F92DB
Tints of Portage #8F92DB
RGB
CMYK
RGB Variations
Color information
#8F92DB (or 0x8F92DB) is known color: Portage. HEX triplet: 8F, 92 and DB. RGB value is (143,146,219). Sum of RGB (Red+Green+Blue) = 143+146+219=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F92DB is #706D24. Grayscale: #999999. Windows color (decimal): -7367973 or 14389903. OLE color: 14389903.
HSL color Cylindrical-coordinate representation of color #8F92DB: hue angle of 237.63º 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 #8F92DB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 146 | 219 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.14 |
| HSL | 237.63º | 0.51% | 0.71% | - |
| HSV(B) | 237.63º | 0.35% | 0.86% | - |
| XYZ | 34.39 | 31.51 | 71.29 | - |
| YUV | 153.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 219 | 0.35 | 0.33 | 0 | 0.14 | 237.63 | 0.51 | 0.71 |
| Hex | 8F | 92 | DB | 23 | 21 | 0 | E | EE | 33 | 47 |
| Octal | 217 | 222 | 333 | 43 | 41 | 0 | 16 | 356 | 63 | 107 |
| Binary | 10001111 | 10010010 | 11011011 | 100011 | 100001 | 0 | 1110 | 11101110 | 110011 | 1000111 |
Color Harmonies of #8F92DB
Complementary color
Monochromatic Colors of #8F92DB
Black with #8F92DB
Text Example
Text Example
White with #8F92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92DB; }
p { color: rgb(143,146,219); }
H1.HeaderClassName
{
color: #8F92DB;
}
.AnyTagClassName
{
color: #8F92DB;
}
</style>
background-color css
<style>
a { background-color: #8F92DB; }
a { background-color: rgb(143,146,219); }
div.DivClassName
{
background-color: #8F92DB;
}
.BgClassName
{
background-color: #8F92DB;
}
</style>
border-color css
<style>
span { border-color: #8F92DB; }
span { border-color: rgb(143,146,219); }
td.TdClassName
{
border-color: #8F92DB;
}
.TagClassName
{
border-color: #8F92DB;
}
</style>