Shades of Portage #8FA2D7
Tints of Portage #8FA2D7
RGB
CMYK
RGB Variations
Color information
#8FA2D7 (or 0x8FA2D7) is known color: Portage. HEX triplet: 8F, A2 and D7. RGB value is (143,162,215). Sum of RGB (Red+Green+Blue) = 143+162+215=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #8FA2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2D7 is #705D28. Grayscale: #A2A2A2. Windows color (decimal): -7363881 or 14131855. OLE color: 14131855.
HSL color Cylindrical-coordinate representation of color #8FA2D7: hue angle of 224.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FA2D7 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 162 | 215 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.16 |
| HSL | 224.17º | 0.47% | 0.7% | - |
| HSV(B) | 224.17º | 0.33% | 0.84% | - |
| XYZ | 36.51 | 36.59 | 69.43 | - |
| YUV | 162.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 215 | 0.33 | 0.25 | 0 | 0.16 | 224.17 | 0.47 | 0.7 |
| Hex | 8F | A2 | D7 | 21 | 19 | 0 | 10 | E0 | 2F | 46 |
| Octal | 217 | 242 | 327 | 41 | 31 | 0 | 20 | 340 | 57 | 106 |
| Binary | 10001111 | 10100010 | 11010111 | 100001 | 11001 | 0 | 10000 | 11100000 | 101111 | 1000110 |
Color Harmonies of #8FA2D7
Complementary color
Monochromatic Colors of #8FA2D7
Black with #8FA2D7
Text Example
Text Example
White with #8FA2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2D7; }
p { color: rgb(143,162,215); }
H1.HeaderClassName
{
color: #8FA2D7;
}
.AnyTagClassName
{
color: #8FA2D7;
}
</style>
background-color css
<style>
a { background-color: #8FA2D7; }
a { background-color: rgb(143,162,215); }
div.DivClassName
{
background-color: #8FA2D7;
}
.BgClassName
{
background-color: #8FA2D7;
}
</style>
border-color css
<style>
span { border-color: #8FA2D7; }
span { border-color: rgb(143,162,215); }
td.TdClassName
{
border-color: #8FA2D7;
}
.TagClassName
{
border-color: #8FA2D7;
}
</style>