Shades of Portage #869CE4
Tints of Portage #869CE4
RGB
CMYK
RGB Variations
Color information
#869CE4 (or 0x869CE4) is known color: Portage. HEX triplet: 86, 9C and E4. RGB value is (134,156,228). Sum of RGB (Red+Green+Blue) = 134+156+228=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #869CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CE4 is #79631B. Grayscale: #9D9D9D. Windows color (decimal): -7955228 or 14982278. OLE color: 14982278.
HSL color Cylindrical-coordinate representation of color #869CE4: hue angle of 225.96º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #869CE4 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 156 | 228 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.11 |
| HSL | 225.96º | 0.64% | 0.71% | - |
| HSV(B) | 225.96º | 0.41% | 0.89% | - |
| XYZ | 35.72 | 34.45 | 78.16 | - |
| YUV | 157.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 228 | 0.41 | 0.32 | 0 | 0.11 | 225.96 | 0.64 | 0.71 |
| Hex | 86 | 9C | E4 | 29 | 20 | 0 | B | E2 | 40 | 47 |
| Octal | 206 | 234 | 344 | 51 | 40 | 0 | 13 | 342 | 100 | 107 |
| Binary | 10000110 | 10011100 | 11100100 | 101001 | 100000 | 0 | 1011 | 11100010 | 1000000 | 1000111 |
Color Harmonies of #869CE4
Complementary color
Monochromatic Colors of #869CE4
Black with #869CE4
Text Example
Text Example
White with #869CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CE4; }
p { color: rgb(134,156,228); }
H1.HeaderClassName
{
color: #869CE4;
}
.AnyTagClassName
{
color: #869CE4;
}
</style>
background-color css
<style>
a { background-color: #869CE4; }
a { background-color: rgb(134,156,228); }
div.DivClassName
{
background-color: #869CE4;
}
.BgClassName
{
background-color: #869CE4;
}
</style>
border-color css
<style>
span { border-color: #869CE4; }
span { border-color: rgb(134,156,228); }
td.TdClassName
{
border-color: #869CE4;
}
.TagClassName
{
border-color: #869CE4;
}
</style>