Shades of Portage #8C9CFC
Tints of Portage #8C9CFC
RGB
CMYK
RGB Variations
Color information
#8C9CFC (or 0x8C9CFC) is known color: Portage. HEX triplet: 8C, 9C and FC. RGB value is (140,156,252). Sum of RGB (Red+Green+Blue) = 140+156+252=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CFC is #736303. Grayscale: #A1A1A1. Windows color (decimal): -7561988 or 16555148. OLE color: 16555148.
HSL color Cylindrical-coordinate representation of color #8C9CFC: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9CFC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 156 | 252 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.01 |
| HSL | 231.43º | 0.95% | 0.77% | - |
| HSV(B) | 231.43º | 0.44% | 0.99% | - |
| XYZ | 40.27 | 36.38 | 96.99 | - |
| YUV | 162.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 252 | 0.44 | 0.38 | 0 | 0.01 | 231.43 | 0.95 | 0.77 |
| Hex | 8C | 9C | FC | 2C | 26 | 0 | 1 | E7 | 5F | 4D |
| Octal | 214 | 234 | 374 | 54 | 46 | 0 | 1 | 347 | 137 | 115 |
| Binary | 10001100 | 10011100 | 11111100 | 101100 | 100110 | 0 | 1 | 11100111 | 1011111 | 1001101 |
Color Harmonies of #8C9CFC
Complementary color
Monochromatic Colors of #8C9CFC
Black with #8C9CFC
Text Example
Text Example
White with #8C9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9CFC; }
p { color: rgb(140,156,252); }
H1.HeaderClassName
{
color: #8C9CFC;
}
.AnyTagClassName
{
color: #8C9CFC;
}
</style>
background-color css
<style>
a { background-color: #8C9CFC; }
a { background-color: rgb(140,156,252); }
div.DivClassName
{
background-color: #8C9CFC;
}
.BgClassName
{
background-color: #8C9CFC;
}
</style>
border-color css
<style>
span { border-color: #8C9CFC; }
span { border-color: rgb(140,156,252); }
td.TdClassName
{
border-color: #8C9CFC;
}
.TagClassName
{
border-color: #8C9CFC;
}
</style>