Shades of Portage #869CE6
Tints of Portage #869CE6
RGB
CMYK
RGB Variations
Color information
#869CE6 (or 0x869CE6) is known color: Portage. HEX triplet: 86, 9C and E6. RGB value is (134,156,230). Sum of RGB (Red+Green+Blue) = 134+156+230=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #869CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CE6 is #796319. Grayscale: #9D9D9D. Windows color (decimal): -7955226 or 15113350. OLE color: 15113350.
HSL color Cylindrical-coordinate representation of color #869CE6: hue angle of 226.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869CE6 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 156 | 230 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.10 |
| HSL | 226.25º | 0.66% | 0.71% | - |
| HSV(B) | 226.25º | 0.42% | 0.9% | - |
| XYZ | 36 | 34.56 | 79.64 | - |
| YUV | 157.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 230 | 0.42 | 0.32 | 0 | 0.10 | 226.25 | 0.66 | 0.71 |
| Hex | 86 | 9C | E6 | 2A | 20 | 0 | A | E2 | 42 | 47 |
| Octal | 206 | 234 | 346 | 52 | 40 | 0 | 12 | 342 | 102 | 107 |
| Binary | 10000110 | 10011100 | 11100110 | 101010 | 100000 | 0 | 1010 | 11100010 | 1000010 | 1000111 |
Color Harmonies of #869CE6
Complementary color
Monochromatic Colors of #869CE6
Black with #869CE6
Text Example
Text Example
White with #869CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CE6; }
p { color: rgb(134,156,230); }
H1.HeaderClassName
{
color: #869CE6;
}
.AnyTagClassName
{
color: #869CE6;
}
</style>
background-color css
<style>
a { background-color: #869CE6; }
a { background-color: rgb(134,156,230); }
div.DivClassName
{
background-color: #869CE6;
}
.BgClassName
{
background-color: #869CE6;
}
</style>
border-color css
<style>
span { border-color: #869CE6; }
span { border-color: rgb(134,156,230); }
td.TdClassName
{
border-color: #869CE6;
}
.TagClassName
{
border-color: #869CE6;
}
</style>