Shades of Portage #8C9CFF
Tints of Portage #8C9CFF
RGB
CMYK
RGB Variations
Color information
#8C9CFF (or 0x8C9CFF) is known color: Portage. HEX triplet: 8C, 9C and FF. RGB value is (140,156,255). Sum of RGB (Red+Green+Blue) = 140+156+255=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CFF is #736300. Grayscale: #A2A2A2. Windows color (decimal): -7561985 or 16751756. OLE color: 16751756.
HSL color Cylindrical-coordinate representation of color #8C9CFF: hue angle of 231.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9CFF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 156 | 255 | - |
| CMYK | 0.45 | 0.39 | 0 | 0 |
| HSL | 231.65º | 1% | 0.77% | - |
| HSV(B) | 231.65º | 0.45% | 1% | - |
| XYZ | 40.75 | 36.57 | 99.52 | - |
| YUV | 162.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 255 | 0.45 | 0.39 | 0 | 0 | 231.65 | 1 | 0.77 |
| Hex | 8C | 9C | FF | 2D | 27 | 0 | 0 | E8 | 64 | 4D |
| Octal | 214 | 234 | 377 | 55 | 47 | 0 | 0 | 350 | 144 | 115 |
| Binary | 10001100 | 10011100 | 11111111 | 101101 | 100111 | 0 | 0 | 11101000 | 1100100 | 1001101 |
Color Harmonies of #8C9CFF
Complementary color
Monochromatic Colors of #8C9CFF
Black with #8C9CFF
Text Example
Text Example
White with #8C9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CFF; }
p { color: rgb(140,156,255); }
H1.HeaderClassName
{
color: #8C9CFF;
}
.AnyTagClassName
{
color: #8C9CFF;
}
</style>
background-color css
<style>
a { background-color: #8C9CFF; }
a { background-color: rgb(140,156,255); }
div.DivClassName
{
background-color: #8C9CFF;
}
.BgClassName
{
background-color: #8C9CFF;
}
</style>
border-color css
<style>
span { border-color: #8C9CFF; }
span { border-color: rgb(140,156,255); }
td.TdClassName
{
border-color: #8C9CFF;
}
.TagClassName
{
border-color: #8C9CFF;
}
</style>