Shades of Portage #8696DB
Tints of Portage #8696DB
RGB
CMYK
RGB Variations
Color information
#8696DB (or 0x8696DB) is known color: Portage. HEX triplet: 86, 96 and DB. RGB value is (134,150,219). Sum of RGB (Red+Green+Blue) = 134+150+219=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #8696DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696DB is #796924. Grayscale: #989898. Windows color (decimal): -7956773 or 14390918. OLE color: 14390918.
HSL color Cylindrical-coordinate representation of color #8696DB: hue angle of 228.71º 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 #8696DB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 150 | 219 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.14 |
| HSL | 228.71º | 0.54% | 0.69% | - |
| HSV(B) | 228.71º | 0.39% | 0.86% | - |
| XYZ | 33.52 | 32 | 71.43 | - |
| YUV | 153.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 219 | 0.39 | 0.32 | 0 | 0.14 | 228.71 | 0.54 | 0.69 |
| Hex | 86 | 96 | DB | 27 | 20 | 0 | E | E5 | 36 | 45 |
| Octal | 206 | 226 | 333 | 47 | 40 | 0 | 16 | 345 | 66 | 105 |
| Binary | 10000110 | 10010110 | 11011011 | 100111 | 100000 | 0 | 1110 | 11100101 | 110110 | 1000101 |
Color Harmonies of #8696DB
Complementary color
Monochromatic Colors of #8696DB
Black with #8696DB
Text Example
Text Example
White with #8696DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696DB; }
p { color: rgb(134,150,219); }
H1.HeaderClassName
{
color: #8696DB;
}
.AnyTagClassName
{
color: #8696DB;
}
</style>
background-color css
<style>
a { background-color: #8696DB; }
a { background-color: rgb(134,150,219); }
div.DivClassName
{
background-color: #8696DB;
}
.BgClassName
{
background-color: #8696DB;
}
</style>
border-color css
<style>
span { border-color: #8696DB; }
span { border-color: rgb(134,150,219); }
td.TdClassName
{
border-color: #8696DB;
}
.TagClassName
{
border-color: #8696DB;
}
</style>