Shades of Portage #8694DA
Tints of Portage #8694DA
RGB
CMYK
RGB Variations
Color information
#8694DA (or 0x8694DA) is known color: Portage. HEX triplet: 86, 94 and DA. RGB value is (134,148,218). Sum of RGB (Red+Green+Blue) = 134+148+218=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8694DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694DA is #796B25. Grayscale: #979797. Windows color (decimal): -7957286 or 14324870. OLE color: 14324870.
HSL color Cylindrical-coordinate representation of color #8694DA: hue angle of 230º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8694DA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 148 | 218 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.15 |
| HSL | 230º | 0.53% | 0.69% | - |
| HSV(B) | 230º | 0.39% | 0.85% | - |
| XYZ | 33.08 | 31.31 | 70.63 | - |
| YUV | 151.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 218 | 0.39 | 0.32 | 0 | 0.15 | 230 | 0.53 | 0.69 |
| Hex | 86 | 94 | DA | 27 | 20 | 0 | F | E6 | 35 | 45 |
| Octal | 206 | 224 | 332 | 47 | 40 | 0 | 17 | 346 | 65 | 105 |
| Binary | 10000110 | 10010100 | 11011010 | 100111 | 100000 | 0 | 1111 | 11100110 | 110101 | 1000101 |
Color Harmonies of #8694DA
Complementary color
Monochromatic Colors of #8694DA
Black with #8694DA
Text Example
Text Example
White with #8694DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8694DA; }
p { color: rgb(134,148,218); }
H1.HeaderClassName
{
color: #8694DA;
}
.AnyTagClassName
{
color: #8694DA;
}
</style>
background-color css
<style>
a { background-color: #8694DA; }
a { background-color: rgb(134,148,218); }
div.DivClassName
{
background-color: #8694DA;
}
.BgClassName
{
background-color: #8694DA;
}
</style>
border-color css
<style>
span { border-color: #8694DA; }
span { border-color: rgb(134,148,218); }
td.TdClassName
{
border-color: #8694DA;
}
.TagClassName
{
border-color: #8694DA;
}
</style>