Shades of Portage #869AF3
Tints of Portage #869AF3
RGB
CMYK
RGB Variations
Color information
#869AF3 (or 0x869AF3) is known color: Portage. HEX triplet: 86, 9A and F3. RGB value is (134,154,243). Sum of RGB (Red+Green+Blue) = 134+154+243=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #869AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869AF3 is #79650C. Grayscale: #9D9D9D. Windows color (decimal): -7955725 or 15964806. OLE color: 15964806.
HSL color Cylindrical-coordinate representation of color #869AF3: hue angle of 228.99º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869AF3 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 154 | 243 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.05 |
| HSL | 228.99º | 0.82% | 0.74% | - |
| HSV(B) | 228.99º | 0.45% | 0.95% | - |
| XYZ | 37.56 | 34.65 | 89.5 | - |
| YUV | 158.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 243 | 0.45 | 0.37 | 0 | 0.05 | 228.99 | 0.82 | 0.74 |
| Hex | 86 | 9A | F3 | 2D | 25 | 0 | 5 | E5 | 52 | 4A |
| Octal | 206 | 232 | 363 | 55 | 45 | 0 | 5 | 345 | 122 | 112 |
| Binary | 10000110 | 10011010 | 11110011 | 101101 | 100101 | 0 | 101 | 11100101 | 1010010 | 1001010 |
Color Harmonies of #869AF3
Complementary color
Monochromatic Colors of #869AF3
Black with #869AF3
Text Example
Text Example
White with #869AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869AF3; }
p { color: rgb(134,154,243); }
H1.HeaderClassName
{
color: #869AF3;
}
.AnyTagClassName
{
color: #869AF3;
}
</style>
background-color css
<style>
a { background-color: #869AF3; }
a { background-color: rgb(134,154,243); }
div.DivClassName
{
background-color: #869AF3;
}
.BgClassName
{
background-color: #869AF3;
}
</style>
border-color css
<style>
span { border-color: #869AF3; }
span { border-color: rgb(134,154,243); }
td.TdClassName
{
border-color: #869AF3;
}
.TagClassName
{
border-color: #869AF3;
}
</style>