Shades of Portage #869CEE
Tints of Portage #869CEE
RGB
CMYK
RGB Variations
Color information
#869CEE (or 0x869CEE) is known color: Portage. HEX triplet: 86, 9C and EE. RGB value is (134,156,238). Sum of RGB (Red+Green+Blue) = 134+156+238=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #869CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CEE is #796311. Grayscale: #9E9E9E. Windows color (decimal): -7955218 or 15637638. OLE color: 15637638.
HSL color Cylindrical-coordinate representation of color #869CEE: hue angle of 227.31º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #869CEE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 156 | 238 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 227.31º | 0.75% | 0.73% | - |
| HSV(B) | 227.31º | 0.44% | 0.93% | - |
| XYZ | 37.15 | 35.02 | 85.69 | - |
| YUV | 158.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 238 | 0.44 | 0.34 | 0 | 0.07 | 227.31 | 0.75 | 0.73 |
| Hex | 86 | 9C | EE | 2C | 22 | 0 | 7 | E3 | 4B | 49 |
| Octal | 206 | 234 | 356 | 54 | 42 | 0 | 7 | 343 | 113 | 111 |
| Binary | 10000110 | 10011100 | 11101110 | 101100 | 100010 | 0 | 111 | 11100011 | 1001011 | 1001001 |
Color Harmonies of #869CEE
Complementary color
Monochromatic Colors of #869CEE
Black with #869CEE
Text Example
Text Example
White with #869CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869CEE; }
p { color: rgb(134,156,238); }
H1.HeaderClassName
{
color: #869CEE;
}
.AnyTagClassName
{
color: #869CEE;
}
</style>
background-color css
<style>
a { background-color: #869CEE; }
a { background-color: rgb(134,156,238); }
div.DivClassName
{
background-color: #869CEE;
}
.BgClassName
{
background-color: #869CEE;
}
</style>
border-color css
<style>
span { border-color: #869CEE; }
span { border-color: rgb(134,156,238); }
td.TdClassName
{
border-color: #869CEE;
}
.TagClassName
{
border-color: #869CEE;
}
</style>