Shades of Portage #8696DD
Tints of Portage #8696DD
RGB
CMYK
RGB Variations
Color information
#8696DD (or 0x8696DD) is known color: Portage. HEX triplet: 86, 96 and DD. RGB value is (134,150,221). Sum of RGB (Red+Green+Blue) = 134+150+221=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #8696DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696DD is #796922. Grayscale: #999999. Windows color (decimal): -7956771 or 14521990. OLE color: 14521990.
HSL color Cylindrical-coordinate representation of color #8696DD: hue angle of 228.97º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8696DD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 150 | 221 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.13 |
| HSL | 228.97º | 0.56% | 0.7% | - |
| HSV(B) | 228.97º | 0.39% | 0.87% | - |
| XYZ | 33.79 | 32.1 | 72.82 | - |
| YUV | 153.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 221 | 0.39 | 0.32 | 0 | 0.13 | 228.97 | 0.56 | 0.7 |
| Hex | 86 | 96 | DD | 27 | 20 | 0 | D | E5 | 38 | 46 |
| Octal | 206 | 226 | 335 | 47 | 40 | 0 | 15 | 345 | 70 | 106 |
| Binary | 10000110 | 10010110 | 11011101 | 100111 | 100000 | 0 | 1101 | 11100101 | 111000 | 1000110 |
Color Harmonies of #8696DD
Complementary color
Monochromatic Colors of #8696DD
Black with #8696DD
Text Example
Text Example
White with #8696DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696DD; }
p { color: rgb(134,150,221); }
H1.HeaderClassName
{
color: #8696DD;
}
.AnyTagClassName
{
color: #8696DD;
}
</style>
background-color css
<style>
a { background-color: #8696DD; }
a { background-color: rgb(134,150,221); }
div.DivClassName
{
background-color: #8696DD;
}
.BgClassName
{
background-color: #8696DD;
}
</style>
border-color css
<style>
span { border-color: #8696DD; }
span { border-color: rgb(134,150,221); }
td.TdClassName
{
border-color: #8696DD;
}
.TagClassName
{
border-color: #8696DD;
}
</style>