Shades of Portage #8C90EB
Tints of Portage #8C90EB
RGB
CMYK
RGB Variations
Color information
#8C90EB (or 0x8C90EB) is known color: Portage. HEX triplet: 8C, 90 and EB. RGB value is (140,144,235). Sum of RGB (Red+Green+Blue) = 140+144+235=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C90EB is #736F14. Grayscale: #989898. Windows color (decimal): -7565077 or 15437964. OLE color: 15437964.
HSL color Cylindrical-coordinate representation of color #8C90EB: hue angle of 237.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C90EB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 144 | 235 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.08 |
| HSL | 237.47º | 0.7% | 0.74% | - |
| HSV(B) | 237.47º | 0.4% | 0.92% | - |
| XYZ | 35.78 | 31.52 | 82.8 | - |
| YUV | 153.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 235 | 0.40 | 0.39 | 0 | 0.08 | 237.47 | 0.7 | 0.74 |
| Hex | 8C | 90 | EB | 28 | 27 | 0 | 8 | ED | 46 | 4A |
| Octal | 214 | 220 | 353 | 50 | 47 | 0 | 10 | 355 | 106 | 112 |
| Binary | 10001100 | 10010000 | 11101011 | 101000 | 100111 | 0 | 1000 | 11101101 | 1000110 | 1001010 |
Color Harmonies of #8C90EB
Complementary color
Monochromatic Colors of #8C90EB
Black with #8C90EB
Text Example
Text Example
White with #8C90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C90EB; }
p { color: rgb(140,144,235); }
H1.HeaderClassName
{
color: #8C90EB;
}
.AnyTagClassName
{
color: #8C90EB;
}
</style>
background-color css
<style>
a { background-color: #8C90EB; }
a { background-color: rgb(140,144,235); }
div.DivClassName
{
background-color: #8C90EB;
}
.BgClassName
{
background-color: #8C90EB;
}
</style>
border-color css
<style>
span { border-color: #8C90EB; }
span { border-color: rgb(140,144,235); }
td.TdClassName
{
border-color: #8C90EB;
}
.TagClassName
{
border-color: #8C90EB;
}
</style>