Shades of Portage #8694DB
Tints of Portage #8694DB
RGB
CMYK
RGB Variations
Color information
#8694DB (or 0x8694DB) is known color: Portage. HEX triplet: 86, 94 and DB. RGB value is (134,148,219). Sum of RGB (Red+Green+Blue) = 134+148+219=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8694DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694DB is #796B24. Grayscale: #979797. Windows color (decimal): -7957285 or 14390406. OLE color: 14390406.
HSL color Cylindrical-coordinate representation of color #8694DB: hue angle of 230.12º 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 #8694DB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 148 | 219 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.14 |
| HSL | 230.12º | 0.54% | 0.69% | - |
| HSV(B) | 230.12º | 0.39% | 0.86% | - |
| XYZ | 33.21 | 31.36 | 71.32 | - |
| YUV | 151.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 219 | 0.39 | 0.32 | 0 | 0.14 | 230.12 | 0.54 | 0.69 |
| Hex | 86 | 94 | DB | 27 | 20 | 0 | E | E6 | 36 | 45 |
| Octal | 206 | 224 | 333 | 47 | 40 | 0 | 16 | 346 | 66 | 105 |
| Binary | 10000110 | 10010100 | 11011011 | 100111 | 100000 | 0 | 1110 | 11100110 | 110110 | 1000101 |
Color Harmonies of #8694DB
Complementary color
Monochromatic Colors of #8694DB
Black with #8694DB
Text Example
Text Example
White with #8694DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8694DB; }
p { color: rgb(134,148,219); }
H1.HeaderClassName
{
color: #8694DB;
}
.AnyTagClassName
{
color: #8694DB;
}
</style>
background-color css
<style>
a { background-color: #8694DB; }
a { background-color: rgb(134,148,219); }
div.DivClassName
{
background-color: #8694DB;
}
.BgClassName
{
background-color: #8694DB;
}
</style>
border-color css
<style>
span { border-color: #8694DB; }
span { border-color: rgb(134,148,219); }
td.TdClassName
{
border-color: #8694DB;
}
.TagClassName
{
border-color: #8694DB;
}
</style>