Shades of Portage #8F9ACC
Tints of Portage #8F9ACC
RGB
CMYK
RGB Variations
Color information
#8F9ACC (or 0x8F9ACC) is known color: Portage. HEX triplet: 8F, 9A and CC. RGB value is (143,154,204). Sum of RGB (Red+Green+Blue) = 143+154+204=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACC is #706533. Grayscale: #9C9C9C. Windows color (decimal): -7365940 or 13408911. OLE color: 13408911.
HSL color Cylindrical-coordinate representation of color #8F9ACC: hue angle of 229.18º 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 #8F9ACC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 154 | 204 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.2 |
| HSL | 229.18º | 0.37% | 0.68% | - |
| HSV(B) | 229.18º | 0.3% | 0.8% | - |
| XYZ | 33.78 | 33.31 | 61.78 | - |
| YUV | 156.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 204 | 0.30 | 0.25 | 0 | 0.2 | 229.18 | 0.37 | 0.68 |
| Hex | 8F | 9A | CC | 1E | 19 | 0 | 14 | E5 | 25 | 44 |
| Octal | 217 | 232 | 314 | 36 | 31 | 0 | 24 | 345 | 45 | 104 |
| Binary | 10001111 | 10011010 | 11001100 | 11110 | 11001 | 0 | 10100 | 11100101 | 100101 | 1000100 |
Color Harmonies of #8F9ACC
Complementary color
Monochromatic Colors of #8F9ACC
Black with #8F9ACC
Text Example
Text Example
White with #8F9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9ACC; }
p { color: rgb(143,154,204); }
H1.HeaderClassName
{
color: #8F9ACC;
}
.AnyTagClassName
{
color: #8F9ACC;
}
</style>
background-color css
<style>
a { background-color: #8F9ACC; }
a { background-color: rgb(143,154,204); }
div.DivClassName
{
background-color: #8F9ACC;
}
.BgClassName
{
background-color: #8F9ACC;
}
</style>
border-color css
<style>
span { border-color: #8F9ACC; }
span { border-color: rgb(143,154,204); }
td.TdClassName
{
border-color: #8F9ACC;
}
.TagClassName
{
border-color: #8F9ACC;
}
</style>