Shades of Portage #869FE4
Tints of Portage #869FE4
RGB
CMYK
RGB Variations
Color information
#869FE4 (or 0x869FE4) is known color: Portage. HEX triplet: 86, 9F and E4. RGB value is (134,159,228). Sum of RGB (Red+Green+Blue) = 134+159+228=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #869FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FE4 is #79601B. Grayscale: #9F9F9F. Windows color (decimal): -7954460 or 14983046. OLE color: 14983046.
HSL color Cylindrical-coordinate representation of color #869FE4: hue angle of 224.04º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #869FE4 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 159 | 228 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.11 |
| HSL | 224.04º | 0.64% | 0.71% | - |
| HSV(B) | 224.04º | 0.41% | 0.89% | - |
| XYZ | 36.23 | 35.47 | 78.33 | - |
| YUV | 159.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 228 | 0.41 | 0.30 | 0 | 0.11 | 224.04 | 0.64 | 0.71 |
| Hex | 86 | 9F | E4 | 29 | 1E | 0 | B | E0 | 40 | 47 |
| Octal | 206 | 237 | 344 | 51 | 36 | 0 | 13 | 340 | 100 | 107 |
| Binary | 10000110 | 10011111 | 11100100 | 101001 | 11110 | 0 | 1011 | 11100000 | 1000000 | 1000111 |
Color Harmonies of #869FE4
Complementary color
Monochromatic Colors of #869FE4
Black with #869FE4
Text Example
Text Example
White with #869FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FE4; }
p { color: rgb(134,159,228); }
H1.HeaderClassName
{
color: #869FE4;
}
.AnyTagClassName
{
color: #869FE4;
}
</style>
background-color css
<style>
a { background-color: #869FE4; }
a { background-color: rgb(134,159,228); }
div.DivClassName
{
background-color: #869FE4;
}
.BgClassName
{
background-color: #869FE4;
}
</style>
border-color css
<style>
span { border-color: #869FE4; }
span { border-color: rgb(134,159,228); }
td.TdClassName
{
border-color: #869FE4;
}
.TagClassName
{
border-color: #869FE4;
}
</style>