Shades of Portage #8F99C4
Tints of Portage #8F99C4
RGB
CMYK
RGB Variations
Color information
#8F99C4 (or 0x8F99C4) is known color: Portage. HEX triplet: 8F, 99 and C4. RGB value is (143,153,196). Sum of RGB (Red+Green+Blue) = 143+153+196=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #8F99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99C4 is #70663B. Grayscale: #9A9A9A. Windows color (decimal): -7366204 or 12884367. OLE color: 12884367.
HSL color Cylindrical-coordinate representation of color #8F99C4: hue angle of 228.68º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F99C4 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 153 | 196 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.23 |
| HSL | 228.68º | 0.31% | 0.66% | - |
| HSV(B) | 228.68º | 0.27% | 0.77% | - |
| XYZ | 32.68 | 32.61 | 56.8 | - |
| YUV | 154.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 196 | 0.27 | 0.22 | 0 | 0.23 | 228.68 | 0.31 | 0.66 |
| Hex | 8F | 99 | C4 | 1B | 16 | 0 | 17 | E5 | 1F | 42 |
| Octal | 217 | 231 | 304 | 33 | 26 | 0 | 27 | 345 | 37 | 102 |
| Binary | 10001111 | 10011001 | 11000100 | 11011 | 10110 | 0 | 10111 | 11100101 | 11111 | 1000010 |
Color Harmonies of #8F99C4
Complementary color
Monochromatic Colors of #8F99C4
Black with #8F99C4
Text Example
Text Example
White with #8F99C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99C4; }
p { color: rgb(143,153,196); }
H1.HeaderClassName
{
color: #8F99C4;
}
.AnyTagClassName
{
color: #8F99C4;
}
</style>
background-color css
<style>
a { background-color: #8F99C4; }
a { background-color: rgb(143,153,196); }
div.DivClassName
{
background-color: #8F99C4;
}
.BgClassName
{
background-color: #8F99C4;
}
</style>
border-color css
<style>
span { border-color: #8F99C4; }
span { border-color: rgb(143,153,196); }
td.TdClassName
{
border-color: #8F99C4;
}
.TagClassName
{
border-color: #8F99C4;
}
</style>