Shades of Portage #8F96CC
Tints of Portage #8F96CC
RGB
CMYK
RGB Variations
Color information
#8F96CC (or 0x8F96CC) is known color: Portage. HEX triplet: 8F, 96 and CC. RGB value is (143,150,204). Sum of RGB (Red+Green+Blue) = 143+150+204=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96CC is #706933. Grayscale: #999999. Windows color (decimal): -7366964 or 13407887. OLE color: 13407887.
HSL color Cylindrical-coordinate representation of color #8F96CC: hue angle of 233.11º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F96CC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 150 | 204 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.2 |
| HSL | 233.11º | 0.37% | 0.68% | - |
| HSV(B) | 233.11º | 0.3% | 0.8% | - |
| XYZ | 33.13 | 32.01 | 61.56 | - |
| YUV | 154.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 204 | 0.30 | 0.26 | 0 | 0.2 | 233.11 | 0.37 | 0.68 |
| Hex | 8F | 96 | CC | 1E | 1A | 0 | 14 | E9 | 25 | 44 |
| Octal | 217 | 226 | 314 | 36 | 32 | 0 | 24 | 351 | 45 | 104 |
| Binary | 10001111 | 10010110 | 11001100 | 11110 | 11010 | 0 | 10100 | 11101001 | 100101 | 1000100 |
Color Harmonies of #8F96CC
Complementary color
Monochromatic Colors of #8F96CC
Black with #8F96CC
Text Example
Text Example
White with #8F96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96CC; }
p { color: rgb(143,150,204); }
H1.HeaderClassName
{
color: #8F96CC;
}
.AnyTagClassName
{
color: #8F96CC;
}
</style>
background-color css
<style>
a { background-color: #8F96CC; }
a { background-color: rgb(143,150,204); }
div.DivClassName
{
background-color: #8F96CC;
}
.BgClassName
{
background-color: #8F96CC;
}
</style>
border-color css
<style>
span { border-color: #8F96CC; }
span { border-color: rgb(143,150,204); }
td.TdClassName
{
border-color: #8F96CC;
}
.TagClassName
{
border-color: #8F96CC;
}
</style>