Shades of Portage #8C9CEC
Tints of Portage #8C9CEC
RGB
CMYK
RGB Variations
Color information
#8C9CEC (or 0x8C9CEC) is known color: Portage. HEX triplet: 8C, 9C and EC. RGB value is (140,156,236). Sum of RGB (Red+Green+Blue) = 140+156+236=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CEC is #736313. Grayscale: #A0A0A0. Windows color (decimal): -7562004 or 15506572. OLE color: 15506572.
HSL color Cylindrical-coordinate representation of color #8C9CEC: hue angle of 230º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C9CEC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 156 | 236 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.07 |
| HSL | 230º | 0.72% | 0.74% | - |
| HSV(B) | 230º | 0.41% | 0.93% | - |
| XYZ | 37.84 | 35.41 | 84.2 | - |
| YUV | 160.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 236 | 0.41 | 0.34 | 0 | 0.07 | 230 | 0.72 | 0.74 |
| Hex | 8C | 9C | EC | 29 | 22 | 0 | 7 | E6 | 48 | 4A |
| Octal | 214 | 234 | 354 | 51 | 42 | 0 | 7 | 346 | 110 | 112 |
| Binary | 10001100 | 10011100 | 11101100 | 101001 | 100010 | 0 | 111 | 11100110 | 1001000 | 1001010 |
Color Harmonies of #8C9CEC
Complementary color
Monochromatic Colors of #8C9CEC
Black with #8C9CEC
Text Example
Text Example
White with #8C9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CEC; }
p { color: rgb(140,156,236); }
H1.HeaderClassName
{
color: #8C9CEC;
}
.AnyTagClassName
{
color: #8C9CEC;
}
</style>
background-color css
<style>
a { background-color: #8C9CEC; }
a { background-color: rgb(140,156,236); }
div.DivClassName
{
background-color: #8C9CEC;
}
.BgClassName
{
background-color: #8C9CEC;
}
</style>
border-color css
<style>
span { border-color: #8C9CEC; }
span { border-color: rgb(140,156,236); }
td.TdClassName
{
border-color: #8C9CEC;
}
.TagClassName
{
border-color: #8C9CEC;
}
</style>