Shades of Portage #869CEF
Tints of Portage #869CEF
RGB
CMYK
RGB Variations
Color information
#869CEF (or 0x869CEF) is known color: Portage. HEX triplet: 86, 9C and EF. RGB value is (134,156,239). Sum of RGB (Red+Green+Blue) = 134+156+239=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #869CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CEF is #796310. Grayscale: #9E9E9E. Windows color (decimal): -7955217 or 15703174. OLE color: 15703174.
HSL color Cylindrical-coordinate representation of color #869CEF: hue angle of 227.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #869CEF is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 156 | 239 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.06 |
| HSL | 227.43º | 0.77% | 0.73% | - |
| HSV(B) | 227.43º | 0.44% | 0.94% | - |
| XYZ | 37.3 | 35.08 | 86.47 | - |
| YUV | 158.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 239 | 0.44 | 0.35 | 0 | 0.06 | 227.43 | 0.77 | 0.73 |
| Hex | 86 | 9C | EF | 2C | 23 | 0 | 6 | E3 | 4D | 49 |
| Octal | 206 | 234 | 357 | 54 | 43 | 0 | 6 | 343 | 115 | 111 |
| Binary | 10000110 | 10011100 | 11101111 | 101100 | 100011 | 0 | 110 | 11100011 | 1001101 | 1001001 |
Color Harmonies of #869CEF
Complementary color
Monochromatic Colors of #869CEF
Black with #869CEF
Text Example
Text Example
White with #869CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CEF; }
p { color: rgb(134,156,239); }
H1.HeaderClassName
{
color: #869CEF;
}
.AnyTagClassName
{
color: #869CEF;
}
</style>
background-color css
<style>
a { background-color: #869CEF; }
a { background-color: rgb(134,156,239); }
div.DivClassName
{
background-color: #869CEF;
}
.BgClassName
{
background-color: #869CEF;
}
</style>
border-color css
<style>
span { border-color: #869CEF; }
span { border-color: rgb(134,156,239); }
td.TdClassName
{
border-color: #869CEF;
}
.TagClassName
{
border-color: #869CEF;
}
</style>