Shades of Portage #8C9CEB
Tints of Portage #8C9CEB
RGB
CMYK
RGB Variations
Color information
#8C9CEB (or 0x8C9CEB) is known color: Portage. HEX triplet: 8C, 9C and EB. RGB value is (140,156,235). Sum of RGB (Red+Green+Blue) = 140+156+235=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CEB is #736314. Grayscale: #9F9F9F. Windows color (decimal): -7562005 or 15441036. OLE color: 15441036.
HSL color Cylindrical-coordinate representation of color #8C9CEB: hue angle of 229.89º 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 #8C9CEB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 156 | 235 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.08 |
| HSL | 229.89º | 0.7% | 0.74% | - |
| HSV(B) | 229.89º | 0.4% | 0.92% | - |
| XYZ | 37.7 | 35.35 | 83.43 | - |
| YUV | 160.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 235 | 0.40 | 0.34 | 0 | 0.08 | 229.89 | 0.7 | 0.74 |
| Hex | 8C | 9C | EB | 28 | 22 | 0 | 8 | E6 | 46 | 4A |
| Octal | 214 | 234 | 353 | 50 | 42 | 0 | 10 | 346 | 106 | 112 |
| Binary | 10001100 | 10011100 | 11101011 | 101000 | 100010 | 0 | 1000 | 11100110 | 1000110 | 1001010 |
Color Harmonies of #8C9CEB
Complementary color
Monochromatic Colors of #8C9CEB
Black with #8C9CEB
Text Example
Text Example
White with #8C9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CEB; }
p { color: rgb(140,156,235); }
H1.HeaderClassName
{
color: #8C9CEB;
}
.AnyTagClassName
{
color: #8C9CEB;
}
</style>
background-color css
<style>
a { background-color: #8C9CEB; }
a { background-color: rgb(140,156,235); }
div.DivClassName
{
background-color: #8C9CEB;
}
.BgClassName
{
background-color: #8C9CEB;
}
</style>
border-color css
<style>
span { border-color: #8C9CEB; }
span { border-color: rgb(140,156,235); }
td.TdClassName
{
border-color: #8C9CEB;
}
.TagClassName
{
border-color: #8C9CEB;
}
</style>