Shades of Portage #8690EE
Tints of Portage #8690EE
RGB
CMYK
RGB Variations
Color information
#8690EE (or 0x8690EE) is known color: Portage. HEX triplet: 86, 90 and EE. RGB value is (134,144,238). Sum of RGB (Red+Green+Blue) = 134+144+238=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8690EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8690EE is #796F11. Grayscale: #979797. Windows color (decimal): -7958290 or 15634566. OLE color: 15634566.
HSL color Cylindrical-coordinate representation of color #8690EE: hue angle of 234.23º 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 #8690EE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 144 | 238 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.07 |
| HSL | 234.23º | 0.75% | 0.73% | - |
| HSV(B) | 234.23º | 0.44% | 0.93% | - |
| XYZ | 35.24 | 31.19 | 85.05 | - |
| YUV | 151.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 238 | 0.44 | 0.39 | 0 | 0.07 | 234.23 | 0.75 | 0.73 |
| Hex | 86 | 90 | EE | 2C | 27 | 0 | 7 | EA | 4B | 49 |
| Octal | 206 | 220 | 356 | 54 | 47 | 0 | 7 | 352 | 113 | 111 |
| Binary | 10000110 | 10010000 | 11101110 | 101100 | 100111 | 0 | 111 | 11101010 | 1001011 | 1001001 |
Color Harmonies of #8690EE
Complementary color
Monochromatic Colors of #8690EE
Black with #8690EE
Text Example
Text Example
White with #8690EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690EE; }
p { color: rgb(134,144,238); }
H1.HeaderClassName
{
color: #8690EE;
}
.AnyTagClassName
{
color: #8690EE;
}
</style>
background-color css
<style>
a { background-color: #8690EE; }
a { background-color: rgb(134,144,238); }
div.DivClassName
{
background-color: #8690EE;
}
.BgClassName
{
background-color: #8690EE;
}
</style>
border-color css
<style>
span { border-color: #8690EE; }
span { border-color: rgb(134,144,238); }
td.TdClassName
{
border-color: #8690EE;
}
.TagClassName
{
border-color: #8690EE;
}
</style>