Shades of Portage #8F9CFC
Tints of Portage #8F9CFC
RGB
CMYK
RGB Variations
Color information
#8F9CFC (or 0x8F9CFC) is known color: Portage. HEX triplet: 8F, 9C and FC. RGB value is (143,156,252). Sum of RGB (Red+Green+Blue) = 143+156+252=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CFC is #706303. Grayscale: #A2A2A2. Windows color (decimal): -7365380 or 16555151. OLE color: 16555151.
HSL color Cylindrical-coordinate representation of color #8F9CFC: hue angle of 232.84º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9CFC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 156 | 252 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.01 |
| HSL | 232.84º | 0.95% | 0.77% | - |
| HSV(B) | 232.84º | 0.43% | 0.99% | - |
| XYZ | 40.79 | 36.64 | 97.02 | - |
| YUV | 163.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 252 | 0.43 | 0.38 | 0 | 0.01 | 232.84 | 0.95 | 0.77 |
| Hex | 8F | 9C | FC | 2B | 26 | 0 | 1 | E9 | 5F | 4D |
| Octal | 217 | 234 | 374 | 53 | 46 | 0 | 1 | 351 | 137 | 115 |
| Binary | 10001111 | 10011100 | 11111100 | 101011 | 100110 | 0 | 1 | 11101001 | 1011111 | 1001101 |
Color Harmonies of #8F9CFC
Complementary color
Monochromatic Colors of #8F9CFC
Black with #8F9CFC
Text Example
Text Example
White with #8F9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CFC; }
p { color: rgb(143,156,252); }
H1.HeaderClassName
{
color: #8F9CFC;
}
.AnyTagClassName
{
color: #8F9CFC;
}
</style>
background-color css
<style>
a { background-color: #8F9CFC; }
a { background-color: rgb(143,156,252); }
div.DivClassName
{
background-color: #8F9CFC;
}
.BgClassName
{
background-color: #8F9CFC;
}
</style>
border-color css
<style>
span { border-color: #8F9CFC; }
span { border-color: rgb(143,156,252); }
td.TdClassName
{
border-color: #8F9CFC;
}
.TagClassName
{
border-color: #8F9CFC;
}
</style>