Shades of Portage #869FE8
Tints of Portage #869FE8
RGB
CMYK
RGB Variations
Color information
#869FE8 (or 0x869FE8) is known color: Portage. HEX triplet: 86, 9F and E8. RGB value is (134,159,232). Sum of RGB (Red+Green+Blue) = 134+159+232=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #869FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FE8 is #796017. Grayscale: #9F9F9F. Windows color (decimal): -7954456 or 15245190. OLE color: 15245190.
HSL color Cylindrical-coordinate representation of color #869FE8: hue angle of 224.69º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869FE8 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 159 | 232 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.09 |
| HSL | 224.69º | 0.68% | 0.72% | - |
| HSV(B) | 224.69º | 0.42% | 0.91% | - |
| XYZ | 36.8 | 35.69 | 81.29 | - |
| YUV | 159.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 232 | 0.42 | 0.31 | 0 | 0.09 | 224.69 | 0.68 | 0.72 |
| Hex | 86 | 9F | E8 | 2A | 1F | 0 | 9 | E1 | 44 | 48 |
| Octal | 206 | 237 | 350 | 52 | 37 | 0 | 11 | 341 | 104 | 110 |
| Binary | 10000110 | 10011111 | 11101000 | 101010 | 11111 | 0 | 1001 | 11100001 | 1000100 | 1001000 |
Color Harmonies of #869FE8
Complementary color
Monochromatic Colors of #869FE8
Black with #869FE8
Text Example
Text Example
White with #869FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FE8; }
p { color: rgb(134,159,232); }
H1.HeaderClassName
{
color: #869FE8;
}
.AnyTagClassName
{
color: #869FE8;
}
</style>
background-color css
<style>
a { background-color: #869FE8; }
a { background-color: rgb(134,159,232); }
div.DivClassName
{
background-color: #869FE8;
}
.BgClassName
{
background-color: #869FE8;
}
</style>
border-color css
<style>
span { border-color: #869FE8; }
span { border-color: rgb(134,159,232); }
td.TdClassName
{
border-color: #869FE8;
}
.TagClassName
{
border-color: #869FE8;
}
</style>