Shades of Portage #8F9CEC
Tints of Portage #8F9CEC
RGB
CMYK
RGB Variations
Color information
#8F9CEC (or 0x8F9CEC) is known color: Portage. HEX triplet: 8F, 9C and EC. RGB value is (143,156,236). Sum of RGB (Red+Green+Blue) = 143+156+236=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CEC is #706313. Grayscale: #A0A0A0. Windows color (decimal): -7365396 or 15506575. OLE color: 15506575.
HSL color Cylindrical-coordinate representation of color #8F9CEC: hue angle of 231.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9CEC is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 156 | 236 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.07 |
| HSL | 231.61º | 0.71% | 0.74% | - |
| HSV(B) | 231.61º | 0.39% | 0.93% | - |
| XYZ | 38.36 | 35.67 | 84.22 | - |
| YUV | 161.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 236 | 0.39 | 0.34 | 0 | 0.07 | 231.61 | 0.71 | 0.74 |
| Hex | 8F | 9C | EC | 27 | 22 | 0 | 7 | E8 | 47 | 4A |
| Octal | 217 | 234 | 354 | 47 | 42 | 0 | 7 | 350 | 107 | 112 |
| Binary | 10001111 | 10011100 | 11101100 | 100111 | 100010 | 0 | 111 | 11101000 | 1000111 | 1001010 |
Color Harmonies of #8F9CEC
Complementary color
Monochromatic Colors of #8F9CEC
Black with #8F9CEC
Text Example
Text Example
White with #8F9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9CEC; }
p { color: rgb(143,156,236); }
H1.HeaderClassName
{
color: #8F9CEC;
}
.AnyTagClassName
{
color: #8F9CEC;
}
</style>
background-color css
<style>
a { background-color: #8F9CEC; }
a { background-color: rgb(143,156,236); }
div.DivClassName
{
background-color: #8F9CEC;
}
.BgClassName
{
background-color: #8F9CEC;
}
</style>
border-color css
<style>
span { border-color: #8F9CEC; }
span { border-color: rgb(143,156,236); }
td.TdClassName
{
border-color: #8F9CEC;
}
.TagClassName
{
border-color: #8F9CEC;
}
</style>