Shades of Portage #8C9ED4
Tints of Portage #8C9ED4
RGB
CMYK
RGB Variations
Color information
#8C9ED4 (or 0x8C9ED4) is known color: Portage. HEX triplet: 8C, 9E and D4. RGB value is (140,158,212). Sum of RGB (Red+Green+Blue) = 140+158+212=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #8C9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ED4 is #73612B. Grayscale: #9E9E9E. Windows color (decimal): -7561516 or 13934220. OLE color: 13934220.
HSL color Cylindrical-coordinate representation of color #8C9ED4: hue angle of 225º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C9ED4 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 158 | 212 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.17 |
| HSL | 225º | 0.46% | 0.69% | - |
| HSV(B) | 225º | 0.34% | 0.83% | - |
| XYZ | 34.93 | 34.78 | 67.16 | - |
| YUV | 158.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 212 | 0.34 | 0.25 | 0 | 0.17 | 225 | 0.46 | 0.69 |
| Hex | 8C | 9E | D4 | 22 | 19 | 0 | 11 | E1 | 2E | 45 |
| Octal | 214 | 236 | 324 | 42 | 31 | 0 | 21 | 341 | 56 | 105 |
| Binary | 10001100 | 10011110 | 11010100 | 100010 | 11001 | 0 | 10001 | 11100001 | 101110 | 1000101 |
Color Harmonies of #8C9ED4
Complementary color
Monochromatic Colors of #8C9ED4
Black with #8C9ED4
Text Example
Text Example
White with #8C9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9ED4; }
p { color: rgb(140,158,212); }
H1.HeaderClassName
{
color: #8C9ED4;
}
.AnyTagClassName
{
color: #8C9ED4;
}
</style>
background-color css
<style>
a { background-color: #8C9ED4; }
a { background-color: rgb(140,158,212); }
div.DivClassName
{
background-color: #8C9ED4;
}
.BgClassName
{
background-color: #8C9ED4;
}
</style>
border-color css
<style>
span { border-color: #8C9ED4; }
span { border-color: rgb(140,158,212); }
td.TdClassName
{
border-color: #8C9ED4;
}
.TagClassName
{
border-color: #8C9ED4;
}
</style>