Shades of Portage #869FEE
Tints of Portage #869FEE
RGB
CMYK
RGB Variations
Color information
#869FEE (or 0x869FEE) is known color: Portage. HEX triplet: 86, 9F and EE. RGB value is (134,159,238). Sum of RGB (Red+Green+Blue) = 134+159+238=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #869FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FEE is #796011. Grayscale: #A0A0A0. Windows color (decimal): -7954450 or 15638406. OLE color: 15638406.
HSL color Cylindrical-coordinate representation of color #869FEE: hue angle of 225.58º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #869FEE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 159 | 238 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.07 |
| HSL | 225.58º | 0.75% | 0.73% | - |
| HSV(B) | 225.58º | 0.44% | 0.93% | - |
| XYZ | 37.66 | 36.04 | 85.86 | - |
| YUV | 160.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 238 | 0.44 | 0.33 | 0 | 0.07 | 225.58 | 0.75 | 0.73 |
| Hex | 86 | 9F | EE | 2C | 21 | 0 | 7 | E2 | 4B | 49 |
| Octal | 206 | 237 | 356 | 54 | 41 | 0 | 7 | 342 | 113 | 111 |
| Binary | 10000110 | 10011111 | 11101110 | 101100 | 100001 | 0 | 111 | 11100010 | 1001011 | 1001001 |
Color Harmonies of #869FEE
Complementary color
Monochromatic Colors of #869FEE
Black with #869FEE
Text Example
Text Example
White with #869FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FEE; }
p { color: rgb(134,159,238); }
H1.HeaderClassName
{
color: #869FEE;
}
.AnyTagClassName
{
color: #869FEE;
}
</style>
background-color css
<style>
a { background-color: #869FEE; }
a { background-color: rgb(134,159,238); }
div.DivClassName
{
background-color: #869FEE;
}
.BgClassName
{
background-color: #869FEE;
}
</style>
border-color css
<style>
span { border-color: #869FEE; }
span { border-color: rgb(134,159,238); }
td.TdClassName
{
border-color: #869FEE;
}
.TagClassName
{
border-color: #869FEE;
}
</style>