Shades of Portage #8689DC
Tints of Portage #8689DC
RGB
CMYK
RGB Variations
Color information
#8689DC (or 0x8689DC) is known color: Portage. HEX triplet: 86, 89 and DC. RGB value is (134,137,220). Sum of RGB (Red+Green+Blue) = 134+137+220=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8689DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689DC is #797623. Grayscale: #919191. Windows color (decimal): -7960100 or 14453126. OLE color: 14453126.
HSL color Cylindrical-coordinate representation of color #8689DC: hue angle of 237.91º 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 #8689DC is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 137 | 220 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.14 |
| HSL | 237.91º | 0.55% | 0.69% | - |
| HSV(B) | 237.91º | 0.39% | 0.86% | - |
| XYZ | 31.7 | 28.13 | 71.47 | - |
| YUV | 145.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 220 | 0.39 | 0.38 | 0 | 0.14 | 237.91 | 0.55 | 0.69 |
| Hex | 86 | 89 | DC | 27 | 26 | 0 | E | EE | 37 | 45 |
| Octal | 206 | 211 | 334 | 47 | 46 | 0 | 16 | 356 | 67 | 105 |
| Binary | 10000110 | 10001001 | 11011100 | 100111 | 100110 | 0 | 1110 | 11101110 | 110111 | 1000101 |
Color Harmonies of #8689DC
Complementary color
Monochromatic Colors of #8689DC
Black with #8689DC
Text Example
Text Example
White with #8689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8689DC; }
p { color: rgb(134,137,220); }
H1.HeaderClassName
{
color: #8689DC;
}
.AnyTagClassName
{
color: #8689DC;
}
</style>
background-color css
<style>
a { background-color: #8689DC; }
a { background-color: rgb(134,137,220); }
div.DivClassName
{
background-color: #8689DC;
}
.BgClassName
{
background-color: #8689DC;
}
</style>
border-color css
<style>
span { border-color: #8689DC; }
span { border-color: rgb(134,137,220); }
td.TdClassName
{
border-color: #8689DC;
}
.TagClassName
{
border-color: #8689DC;
}
</style>