Shades of Portage #869AF1
Tints of Portage #869AF1
RGB
CMYK
RGB Variations
Color information
#869AF1 (or 0x869AF1) is known color: Portage. HEX triplet: 86, 9A and F1. RGB value is (134,154,241). Sum of RGB (Red+Green+Blue) = 134+154+241=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #869AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869AF1 is #79650E. Grayscale: #9D9D9D. Windows color (decimal): -7955727 or 15833734. OLE color: 15833734.
HSL color Cylindrical-coordinate representation of color #869AF1: hue angle of 228.79º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #869AF1 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 154 | 241 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.05 |
| HSL | 228.79º | 0.79% | 0.74% | - |
| HSV(B) | 228.79º | 0.44% | 0.95% | - |
| XYZ | 37.26 | 34.53 | 87.92 | - |
| YUV | 157.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 241 | 0.44 | 0.36 | 0 | 0.05 | 228.79 | 0.79 | 0.74 |
| Hex | 86 | 9A | F1 | 2C | 24 | 0 | 5 | E5 | 4F | 4A |
| Octal | 206 | 232 | 361 | 54 | 44 | 0 | 5 | 345 | 117 | 112 |
| Binary | 10000110 | 10011010 | 11110001 | 101100 | 100100 | 0 | 101 | 11100101 | 1001111 | 1001010 |
Color Harmonies of #869AF1
Complementary color
Monochromatic Colors of #869AF1
Black with #869AF1
Text Example
Text Example
White with #869AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869AF1; }
p { color: rgb(134,154,241); }
H1.HeaderClassName
{
color: #869AF1;
}
.AnyTagClassName
{
color: #869AF1;
}
</style>
background-color css
<style>
a { background-color: #869AF1; }
a { background-color: rgb(134,154,241); }
div.DivClassName
{
background-color: #869AF1;
}
.BgClassName
{
background-color: #869AF1;
}
</style>
border-color css
<style>
span { border-color: #869AF1; }
span { border-color: rgb(134,154,241); }
td.TdClassName
{
border-color: #869AF1;
}
.TagClassName
{
border-color: #869AF1;
}
</style>