Shades of Portage #8694DF
Tints of Portage #8694DF
RGB
CMYK
RGB Variations
Color information
#8694DF (or 0x8694DF) is known color: Portage. HEX triplet: 86, 94 and DF. RGB value is (134,148,223). Sum of RGB (Red+Green+Blue) = 134+148+223=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8694DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694DF is #796B20. Grayscale: #989898. Windows color (decimal): -7957281 or 14652550. OLE color: 14652550.
HSL color Cylindrical-coordinate representation of color #8694DF: hue angle of 230.56º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8694DF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 148 | 223 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.13 |
| HSL | 230.56º | 0.58% | 0.7% | - |
| HSV(B) | 230.56º | 0.4% | 0.87% | - |
| XYZ | 33.74 | 31.58 | 74.13 | - |
| YUV | 152.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 223 | 0.40 | 0.34 | 0 | 0.13 | 230.56 | 0.58 | 0.7 |
| Hex | 86 | 94 | DF | 28 | 22 | 0 | D | E7 | 3A | 46 |
| Octal | 206 | 224 | 337 | 50 | 42 | 0 | 15 | 347 | 72 | 106 |
| Binary | 10000110 | 10010100 | 11011111 | 101000 | 100010 | 0 | 1101 | 11100111 | 111010 | 1000110 |
Color Harmonies of #8694DF
Complementary color
Monochromatic Colors of #8694DF
Black with #8694DF
Text Example
Text Example
White with #8694DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8694DF; }
p { color: rgb(134,148,223); }
H1.HeaderClassName
{
color: #8694DF;
}
.AnyTagClassName
{
color: #8694DF;
}
</style>
background-color css
<style>
a { background-color: #8694DF; }
a { background-color: rgb(134,148,223); }
div.DivClassName
{
background-color: #8694DF;
}
.BgClassName
{
background-color: #8694DF;
}
</style>
border-color css
<style>
span { border-color: #8694DF; }
span { border-color: rgb(134,148,223); }
td.TdClassName
{
border-color: #8694DF;
}
.TagClassName
{
border-color: #8694DF;
}
</style>