Shades of Portage #869DF9
Tints of Portage #869DF9
RGB
CMYK
RGB Variations
Color information
#869DF9 (or 0x869DF9) is known color: Portage. HEX triplet: 86, 9D and F9. RGB value is (134,157,249). Sum of RGB (Red+Green+Blue) = 134+157+249=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #869DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869DF9 is #796206. Grayscale: #A0A0A0. Windows color (decimal): -7954951 or 16358790. OLE color: 16358790.
HSL color Cylindrical-coordinate representation of color #869DF9: hue angle of 228º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #869DF9 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 157 | 249 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.02 |
| HSL | 228º | 0.91% | 0.75% | - |
| HSV(B) | 228º | 0.46% | 0.98% | - |
| XYZ | 38.99 | 36.02 | 94.52 | - |
| YUV | 160.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 249 | 0.46 | 0.37 | 0 | 0.02 | 228 | 0.91 | 0.75 |
| Hex | 86 | 9D | F9 | 2E | 25 | 0 | 2 | E4 | 5B | 4B |
| Octal | 206 | 235 | 371 | 56 | 45 | 0 | 2 | 344 | 133 | 113 |
| Binary | 10000110 | 10011101 | 11111001 | 101110 | 100101 | 0 | 10 | 11100100 | 1011011 | 1001011 |
Color Harmonies of #869DF9
Complementary color
Monochromatic Colors of #869DF9
Black with #869DF9
Text Example
Text Example
White with #869DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869DF9; }
p { color: rgb(134,157,249); }
H1.HeaderClassName
{
color: #869DF9;
}
.AnyTagClassName
{
color: #869DF9;
}
</style>
background-color css
<style>
a { background-color: #869DF9; }
a { background-color: rgb(134,157,249); }
div.DivClassName
{
background-color: #869DF9;
}
.BgClassName
{
background-color: #869DF9;
}
</style>
border-color css
<style>
span { border-color: #869DF9; }
span { border-color: rgb(134,157,249); }
td.TdClassName
{
border-color: #869DF9;
}
.TagClassName
{
border-color: #869DF9;
}
</style>