Shades of Portage #869BFE
Tints of Portage #869BFE
RGB
CMYK
RGB Variations
Color information
#869BFE (or 0x869BFE) is known color: Portage. HEX triplet: 86, 9B and FE. RGB value is (134,155,254). Sum of RGB (Red+Green+Blue) = 134+155+254=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #869BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869BFE is #796401. Grayscale: #9F9F9F. Windows color (decimal): -7955458 or 16685958. OLE color: 16685958.
HSL color Cylindrical-coordinate representation of color #869BFE: hue angle of 229.5º 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 #869BFE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 155 | 254 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.00 |
| HSL | 229.5º | 0.98% | 0.76% | - |
| HSV(B) | 229.5º | 0.47% | 1% | - |
| XYZ | 39.44 | 35.67 | 98.57 | - |
| YUV | 160.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 254 | 0.47 | 0.39 | 0 | 0.00 | 229.5 | 0.98 | 0.76 |
| Hex | 86 | 9B | FE | 2F | 27 | 0 | 0 | E6 | 62 | 4C |
| Octal | 206 | 233 | 376 | 57 | 47 | 0 | 0 | 346 | 142 | 114 |
| Binary | 10000110 | 10011011 | 11111110 | 101111 | 100111 | 0 | 0 | 11100110 | 1100010 | 1001100 |
Color Harmonies of #869BFE
Complementary color
Monochromatic Colors of #869BFE
Black with #869BFE
Text Example
Text Example
White with #869BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BFE; }
p { color: rgb(134,155,254); }
H1.HeaderClassName
{
color: #869BFE;
}
.AnyTagClassName
{
color: #869BFE;
}
</style>
background-color css
<style>
a { background-color: #869BFE; }
a { background-color: rgb(134,155,254); }
div.DivClassName
{
background-color: #869BFE;
}
.BgClassName
{
background-color: #869BFE;
}
</style>
border-color css
<style>
span { border-color: #869BFE; }
span { border-color: rgb(134,155,254); }
td.TdClassName
{
border-color: #869BFE;
}
.TagClassName
{
border-color: #869BFE;
}
</style>