Shades of Portage #8690DB
Tints of Portage #8690DB
RGB
CMYK
RGB Variations
Color information
#8690DB (or 0x8690DB) is known color: Portage. HEX triplet: 86, 90 and DB. RGB value is (134,144,219). Sum of RGB (Red+Green+Blue) = 134+144+219=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8690DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690DB is #796F24. Grayscale: #959595. Windows color (decimal): -7958309 or 14389382. OLE color: 14389382.
HSL color Cylindrical-coordinate representation of color #8690DB: hue angle of 232.94º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8690DB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 144 | 219 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.14 |
| HSL | 232.94º | 0.54% | 0.69% | - |
| HSV(B) | 232.94º | 0.39% | 0.86% | - |
| XYZ | 32.59 | 30.13 | 71.12 | - |
| YUV | 149.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 219 | 0.39 | 0.34 | 0 | 0.14 | 232.94 | 0.54 | 0.69 |
| Hex | 86 | 90 | DB | 27 | 22 | 0 | E | E9 | 36 | 45 |
| Octal | 206 | 220 | 333 | 47 | 42 | 0 | 16 | 351 | 66 | 105 |
| Binary | 10000110 | 10010000 | 11011011 | 100111 | 100010 | 0 | 1110 | 11101001 | 110110 | 1000101 |
Color Harmonies of #8690DB
Complementary color
Monochromatic Colors of #8690DB
Black with #8690DB
Text Example
Text Example
White with #8690DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690DB; }
p { color: rgb(134,144,219); }
H1.HeaderClassName
{
color: #8690DB;
}
.AnyTagClassName
{
color: #8690DB;
}
</style>
background-color css
<style>
a { background-color: #8690DB; }
a { background-color: rgb(134,144,219); }
div.DivClassName
{
background-color: #8690DB;
}
.BgClassName
{
background-color: #8690DB;
}
</style>
border-color css
<style>
span { border-color: #8690DB; }
span { border-color: rgb(134,144,219); }
td.TdClassName
{
border-color: #8690DB;
}
.TagClassName
{
border-color: #8690DB;
}
</style>