Shades of Portage #8691DC
Tints of Portage #8691DC
RGB
CMYK
RGB Variations
Color information
#8691DC (or 0x8691DC) is known color: Portage. HEX triplet: 86, 91 and DC. RGB value is (134,145,220). Sum of RGB (Red+Green+Blue) = 134+145+220=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8691DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691DC is #796E23. Grayscale: #959595. Windows color (decimal): -7958052 or 14455174. OLE color: 14455174.
HSL color Cylindrical-coordinate representation of color #8691DC: hue angle of 232.33º 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 #8691DC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 145 | 220 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.14 |
| HSL | 232.33º | 0.55% | 0.69% | - |
| HSV(B) | 232.33º | 0.39% | 0.86% | - |
| XYZ | 32.88 | 30.49 | 71.86 | - |
| YUV | 150.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 220 | 0.39 | 0.34 | 0 | 0.14 | 232.33 | 0.55 | 0.69 |
| Hex | 86 | 91 | DC | 27 | 22 | 0 | E | E8 | 37 | 45 |
| Octal | 206 | 221 | 334 | 47 | 42 | 0 | 16 | 350 | 67 | 105 |
| Binary | 10000110 | 10010001 | 11011100 | 100111 | 100010 | 0 | 1110 | 11101000 | 110111 | 1000101 |
Color Harmonies of #8691DC
Complementary color
Monochromatic Colors of #8691DC
Black with #8691DC
Text Example
Text Example
White with #8691DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8691DC; }
p { color: rgb(134,145,220); }
H1.HeaderClassName
{
color: #8691DC;
}
.AnyTagClassName
{
color: #8691DC;
}
</style>
background-color css
<style>
a { background-color: #8691DC; }
a { background-color: rgb(134,145,220); }
div.DivClassName
{
background-color: #8691DC;
}
.BgClassName
{
background-color: #8691DC;
}
</style>
border-color css
<style>
span { border-color: #8691DC; }
span { border-color: rgb(134,145,220); }
td.TdClassName
{
border-color: #8691DC;
}
.TagClassName
{
border-color: #8691DC;
}
</style>