Shades of Portage #8697CE
Tints of Portage #8697CE
RGB
CMYK
RGB Variations
Color information
#8697CE (or 0x8697CE) is known color: Portage. HEX triplet: 86, 97 and CE. RGB value is (134,151,206). Sum of RGB (Red+Green+Blue) = 134+151+206=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8697CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8697CE is #796831. Grayscale: #979797. Windows color (decimal): -7956530 or 13539206. OLE color: 13539206.
HSL color Cylindrical-coordinate representation of color #8697CE: hue angle of 225.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8697CE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 151 | 206 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.19 |
| HSL | 225.83º | 0.42% | 0.67% | - |
| HSV(B) | 225.83º | 0.35% | 0.81% | - |
| XYZ | 32.04 | 31.66 | 62.81 | - |
| YUV | 152.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 206 | 0.35 | 0.27 | 0 | 0.19 | 225.83 | 0.42 | 0.67 |
| Hex | 86 | 97 | CE | 23 | 1B | 0 | 13 | E2 | 2A | 43 |
| Octal | 206 | 227 | 316 | 43 | 33 | 0 | 23 | 342 | 52 | 103 |
| Binary | 10000110 | 10010111 | 11001110 | 100011 | 11011 | 0 | 10011 | 11100010 | 101010 | 1000011 |
Color Harmonies of #8697CE
Complementary color
Monochromatic Colors of #8697CE
Black with #8697CE
Text Example
Text Example
White with #8697CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8697CE; }
p { color: rgb(134,151,206); }
H1.HeaderClassName
{
color: #8697CE;
}
.AnyTagClassName
{
color: #8697CE;
}
</style>
background-color css
<style>
a { background-color: #8697CE; }
a { background-color: rgb(134,151,206); }
div.DivClassName
{
background-color: #8697CE;
}
.BgClassName
{
background-color: #8697CE;
}
</style>
border-color css
<style>
span { border-color: #8697CE; }
span { border-color: rgb(134,151,206); }
td.TdClassName
{
border-color: #8697CE;
}
.TagClassName
{
border-color: #8697CE;
}
</style>