Shades of Portage #8688CF
Tints of Portage #8688CF
RGB
CMYK
RGB Variations
Color information
#8688CF (or 0x8688CF) is known color: Portage. HEX triplet: 86, 88 and CF. RGB value is (134,136,207). Sum of RGB (Red+Green+Blue) = 134+136+207=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #8688CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688CF is #797730. Grayscale: #8F8F8F. Windows color (decimal): -7960369 or 13600902. OLE color: 13600902.
HSL color Cylindrical-coordinate representation of color #8688CF: hue angle of 238.36º degrees, saturation: 0.43, 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 #8688CF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 136 | 207 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.19 |
| HSL | 238.36º | 0.43% | 0.67% | - |
| HSV(B) | 238.36º | 0.35% | 0.81% | - |
| XYZ | 29.9 | 27.18 | 62.7 | - |
| YUV | 143.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 207 | 0.35 | 0.34 | 0 | 0.19 | 238.36 | 0.43 | 0.67 |
| Hex | 86 | 88 | CF | 23 | 22 | 0 | 13 | EE | 2B | 43 |
| Octal | 206 | 210 | 317 | 43 | 42 | 0 | 23 | 356 | 53 | 103 |
| Binary | 10000110 | 10001000 | 11001111 | 100011 | 100010 | 0 | 10011 | 11101110 | 101011 | 1000011 |
Color Harmonies of #8688CF
Complementary color
Monochromatic Colors of #8688CF
Black with #8688CF
Text Example
Text Example
White with #8688CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8688CF; }
p { color: rgb(134,136,207); }
H1.HeaderClassName
{
color: #8688CF;
}
.AnyTagClassName
{
color: #8688CF;
}
</style>
background-color css
<style>
a { background-color: #8688CF; }
a { background-color: rgb(134,136,207); }
div.DivClassName
{
background-color: #8688CF;
}
.BgClassName
{
background-color: #8688CF;
}
</style>
border-color css
<style>
span { border-color: #8688CF; }
span { border-color: rgb(134,136,207); }
td.TdClassName
{
border-color: #8688CF;
}
.TagClassName
{
border-color: #8688CF;
}
</style>