Shades of Portage #869CFE
Tints of Portage #869CFE
RGB
CMYK
RGB Variations
Color information
#869CFE (or 0x869CFE) is known color: Portage. HEX triplet: 86, 9C and FE. RGB value is (134,156,254). Sum of RGB (Red+Green+Blue) = 134+156+254=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #869CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CFE is #796301. Grayscale: #A0A0A0. Windows color (decimal): -7955202 or 16686214. OLE color: 16686214.
HSL color Cylindrical-coordinate representation of color #869CFE: hue angle of 229º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869CFE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 156 | 254 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.00 |
| HSL | 229º | 0.98% | 0.76% | - |
| HSV(B) | 229º | 0.47% | 1% | - |
| XYZ | 39.61 | 36 | 98.63 | - |
| YUV | 160.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 254 | 0.47 | 0.39 | 0 | 0.00 | 229 | 0.98 | 0.76 |
| Hex | 86 | 9C | FE | 2F | 27 | 0 | 0 | E5 | 62 | 4C |
| Octal | 206 | 234 | 376 | 57 | 47 | 0 | 0 | 345 | 142 | 114 |
| Binary | 10000110 | 10011100 | 11111110 | 101111 | 100111 | 0 | 0 | 11100101 | 1100010 | 1001100 |
Color Harmonies of #869CFE
Complementary color
Monochromatic Colors of #869CFE
Black with #869CFE
Text Example
Text Example
White with #869CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CFE; }
p { color: rgb(134,156,254); }
H1.HeaderClassName
{
color: #869CFE;
}
.AnyTagClassName
{
color: #869CFE;
}
</style>
background-color css
<style>
a { background-color: #869CFE; }
a { background-color: rgb(134,156,254); }
div.DivClassName
{
background-color: #869CFE;
}
.BgClassName
{
background-color: #869CFE;
}
</style>
border-color css
<style>
span { border-color: #869CFE; }
span { border-color: rgb(134,156,254); }
td.TdClassName
{
border-color: #869CFE;
}
.TagClassName
{
border-color: #869CFE;
}
</style>