Shades of Portage #869FDA
Tints of Portage #869FDA
RGB
CMYK
RGB Variations
Color information
#869FDA (or 0x869FDA) is known color: Portage. HEX triplet: 86, 9F and DA. RGB value is (134,159,218). Sum of RGB (Red+Green+Blue) = 134+159+218=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #869FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FDA is #796025. Grayscale: #9D9D9D. Windows color (decimal): -7954470 or 14327686. OLE color: 14327686.
HSL color Cylindrical-coordinate representation of color #869FDA: hue angle of 222.14º 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 #869FDA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 159 | 218 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.15 |
| HSL | 222.14º | 0.53% | 0.69% | - |
| HSV(B) | 222.14º | 0.39% | 0.85% | - |
| XYZ | 34.88 | 34.93 | 71.23 | - |
| YUV | 158.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 218 | 0.39 | 0.27 | 0 | 0.15 | 222.14 | 0.53 | 0.69 |
| Hex | 86 | 9F | DA | 27 | 1B | 0 | F | DE | 35 | 45 |
| Octal | 206 | 237 | 332 | 47 | 33 | 0 | 17 | 336 | 65 | 105 |
| Binary | 10000110 | 10011111 | 11011010 | 100111 | 11011 | 0 | 1111 | 11011110 | 110101 | 1000101 |
Color Harmonies of #869FDA
Complementary color
Monochromatic Colors of #869FDA
Black with #869FDA
Text Example
Text Example
White with #869FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FDA; }
p { color: rgb(134,159,218); }
H1.HeaderClassName
{
color: #869FDA;
}
.AnyTagClassName
{
color: #869FDA;
}
</style>
background-color css
<style>
a { background-color: #869FDA; }
a { background-color: rgb(134,159,218); }
div.DivClassName
{
background-color: #869FDA;
}
.BgClassName
{
background-color: #869FDA;
}
</style>
border-color css
<style>
span { border-color: #869FDA; }
span { border-color: rgb(134,159,218); }
td.TdClassName
{
border-color: #869FDA;
}
.TagClassName
{
border-color: #869FDA;
}
</style>