Shades of Portage #8FA2DD
Tints of Portage #8FA2DD
RGB
CMYK
RGB Variations
Color information
#8FA2DD (or 0x8FA2DD) is known color: Portage. HEX triplet: 8F, A2 and DD. RGB value is (143,162,221). Sum of RGB (Red+Green+Blue) = 143+162+221=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2DD is #705D22. Grayscale: #A2A2A2. Windows color (decimal): -7363875 or 14525071. OLE color: 14525071.
HSL color Cylindrical-coordinate representation of color #8FA2DD: hue angle of 225.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FA2DD is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 162 | 221 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.13 |
| HSL | 225.38º | 0.53% | 0.71% | - |
| HSV(B) | 225.38º | 0.35% | 0.87% | - |
| XYZ | 37.3 | 36.9 | 73.56 | - |
| YUV | 163.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 221 | 0.35 | 0.27 | 0 | 0.13 | 225.38 | 0.53 | 0.71 |
| Hex | 8F | A2 | DD | 23 | 1B | 0 | D | E1 | 35 | 47 |
| Octal | 217 | 242 | 335 | 43 | 33 | 0 | 15 | 341 | 65 | 107 |
| Binary | 10001111 | 10100010 | 11011101 | 100011 | 11011 | 0 | 1101 | 11100001 | 110101 | 1000111 |
Color Harmonies of #8FA2DD
Complementary color
Monochromatic Colors of #8FA2DD
Black with #8FA2DD
Text Example
Text Example
White with #8FA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2DD; }
p { color: rgb(143,162,221); }
H1.HeaderClassName
{
color: #8FA2DD;
}
.AnyTagClassName
{
color: #8FA2DD;
}
</style>
background-color css
<style>
a { background-color: #8FA2DD; }
a { background-color: rgb(143,162,221); }
div.DivClassName
{
background-color: #8FA2DD;
}
.BgClassName
{
background-color: #8FA2DD;
}
</style>
border-color css
<style>
span { border-color: #8FA2DD; }
span { border-color: rgb(143,162,221); }
td.TdClassName
{
border-color: #8FA2DD;
}
.TagClassName
{
border-color: #8FA2DD;
}
</style>