Shades of Portage #8C9CCE
Tints of Portage #8C9CCE
RGB
CMYK
RGB Variations
Color information
#8C9CCE (or 0x8C9CCE) is known color: Portage. HEX triplet: 8C, 9C and CE. RGB value is (140,156,206). Sum of RGB (Red+Green+Blue) = 140+156+206=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CCE is #736331. Grayscale: #9C9C9C. Windows color (decimal): -7562034 or 13540492. OLE color: 13540492.
HSL color Cylindrical-coordinate representation of color #8C9CCE: hue angle of 225.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9CCE is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 156 | 206 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.19 |
| HSL | 225.45º | 0.4% | 0.68% | - |
| HSV(B) | 225.45º | 0.32% | 0.81% | - |
| XYZ | 33.84 | 33.81 | 63.13 | - |
| YUV | 156.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 206 | 0.32 | 0.24 | 0 | 0.19 | 225.45 | 0.4 | 0.68 |
| Hex | 8C | 9C | CE | 20 | 18 | 0 | 13 | E1 | 28 | 44 |
| Octal | 214 | 234 | 316 | 40 | 30 | 0 | 23 | 341 | 50 | 104 |
| Binary | 10001100 | 10011100 | 11001110 | 100000 | 11000 | 0 | 10011 | 11100001 | 101000 | 1000100 |
Color Harmonies of #8C9CCE
Complementary color
Monochromatic Colors of #8C9CCE
Black with #8C9CCE
Text Example
Text Example
White with #8C9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CCE; }
p { color: rgb(140,156,206); }
H1.HeaderClassName
{
color: #8C9CCE;
}
.AnyTagClassName
{
color: #8C9CCE;
}
</style>
background-color css
<style>
a { background-color: #8C9CCE; }
a { background-color: rgb(140,156,206); }
div.DivClassName
{
background-color: #8C9CCE;
}
.BgClassName
{
background-color: #8C9CCE;
}
</style>
border-color css
<style>
span { border-color: #8C9CCE; }
span { border-color: rgb(140,156,206); }
td.TdClassName
{
border-color: #8C9CCE;
}
.TagClassName
{
border-color: #8C9CCE;
}
</style>