Shades of Portage #8696DC
Tints of Portage #8696DC
RGB
CMYK
RGB Variations
Color information
#8696DC (or 0x8696DC) is known color: Portage. HEX triplet: 86, 96 and DC. RGB value is (134,150,220). Sum of RGB (Red+Green+Blue) = 134+150+220=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8696DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8696DC is #796923. Grayscale: #989898. Windows color (decimal): -7956772 or 14456454. OLE color: 14456454.
HSL color Cylindrical-coordinate representation of color #8696DC: hue angle of 228.84º degrees, saturation: 0.55, 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 #8696DC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 150 | 220 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.14 |
| HSL | 228.84º | 0.55% | 0.69% | - |
| HSV(B) | 228.84º | 0.39% | 0.86% | - |
| XYZ | 33.66 | 32.05 | 72.12 | - |
| YUV | 153.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 220 | 0.39 | 0.32 | 0 | 0.14 | 228.84 | 0.55 | 0.69 |
| Hex | 86 | 96 | DC | 27 | 20 | 0 | E | E5 | 37 | 45 |
| Octal | 206 | 226 | 334 | 47 | 40 | 0 | 16 | 345 | 67 | 105 |
| Binary | 10000110 | 10010110 | 11011100 | 100111 | 100000 | 0 | 1110 | 11100101 | 110111 | 1000101 |
Color Harmonies of #8696DC
Complementary color
Monochromatic Colors of #8696DC
Black with #8696DC
Text Example
Text Example
White with #8696DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696DC; }
p { color: rgb(134,150,220); }
H1.HeaderClassName
{
color: #8696DC;
}
.AnyTagClassName
{
color: #8696DC;
}
</style>
background-color css
<style>
a { background-color: #8696DC; }
a { background-color: rgb(134,150,220); }
div.DivClassName
{
background-color: #8696DC;
}
.BgClassName
{
background-color: #8696DC;
}
</style>
border-color css
<style>
span { border-color: #8696DC; }
span { border-color: rgb(134,150,220); }
td.TdClassName
{
border-color: #8696DC;
}
.TagClassName
{
border-color: #8696DC;
}
</style>