Shades of Portage #869FEB
Tints of Portage #869FEB
RGB
CMYK
RGB Variations
Color information
#869FEB (or 0x869FEB) is known color: Portage. HEX triplet: 86, 9F and EB. RGB value is (134,159,235). Sum of RGB (Red+Green+Blue) = 134+159+235=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #869FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FEB is #796014. Grayscale: #9F9F9F. Windows color (decimal): -7954453 or 15441798. OLE color: 15441798.
HSL color Cylindrical-coordinate representation of color #869FEB: hue angle of 225.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869FEB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 159 | 235 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.08 |
| HSL | 225.15º | 0.72% | 0.72% | - |
| HSV(B) | 225.15º | 0.43% | 0.92% | - |
| XYZ | 37.23 | 35.86 | 83.56 | - |
| YUV | 160.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 235 | 0.43 | 0.32 | 0 | 0.08 | 225.15 | 0.72 | 0.72 |
| Hex | 86 | 9F | EB | 2B | 20 | 0 | 8 | E1 | 48 | 48 |
| Octal | 206 | 237 | 353 | 53 | 40 | 0 | 10 | 341 | 110 | 110 |
| Binary | 10000110 | 10011111 | 11101011 | 101011 | 100000 | 0 | 1000 | 11100001 | 1001000 | 1001000 |
Color Harmonies of #869FEB
Complementary color
Monochromatic Colors of #869FEB
Black with #869FEB
Text Example
Text Example
White with #869FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FEB; }
p { color: rgb(134,159,235); }
H1.HeaderClassName
{
color: #869FEB;
}
.AnyTagClassName
{
color: #869FEB;
}
</style>
background-color css
<style>
a { background-color: #869FEB; }
a { background-color: rgb(134,159,235); }
div.DivClassName
{
background-color: #869FEB;
}
.BgClassName
{
background-color: #869FEB;
}
</style>
border-color css
<style>
span { border-color: #869FEB; }
span { border-color: rgb(134,159,235); }
td.TdClassName
{
border-color: #869FEB;
}
.TagClassName
{
border-color: #869FEB;
}
</style>