Shades of Portage #8FA6DD
Tints of Portage #8FA6DD
RGB
CMYK
RGB Variations
Color information
#8FA6DD (or 0x8FA6DD) is known color: Portage. HEX triplet: 8F, A6 and DD. RGB value is (143,166,221). Sum of RGB (Red+Green+Blue) = 143+166+221=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FA6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6DD is #705922. Grayscale: #A5A5A5. Windows color (decimal): -7362851 or 14526095. OLE color: 14526095.
HSL color Cylindrical-coordinate representation of color #8FA6DD: hue angle of 222.31º 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 #8FA6DD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 166 | 221 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.13 |
| HSL | 222.31º | 0.53% | 0.71% | - |
| HSV(B) | 222.31º | 0.35% | 0.87% | - |
| XYZ | 38.02 | 38.33 | 73.8 | - |
| YUV | 165.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 221 | 0.35 | 0.25 | 0 | 0.13 | 222.31 | 0.53 | 0.71 |
| Hex | 8F | A6 | DD | 23 | 19 | 0 | D | DE | 35 | 47 |
| Octal | 217 | 246 | 335 | 43 | 31 | 0 | 15 | 336 | 65 | 107 |
| Binary | 10001111 | 10100110 | 11011101 | 100011 | 11001 | 0 | 1101 | 11011110 | 110101 | 1000111 |
Color Harmonies of #8FA6DD
Complementary color
Monochromatic Colors of #8FA6DD
Black with #8FA6DD
Text Example
Text Example
White with #8FA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6DD; }
p { color: rgb(143,166,221); }
H1.HeaderClassName
{
color: #8FA6DD;
}
.AnyTagClassName
{
color: #8FA6DD;
}
</style>
background-color css
<style>
a { background-color: #8FA6DD; }
a { background-color: rgb(143,166,221); }
div.DivClassName
{
background-color: #8FA6DD;
}
.BgClassName
{
background-color: #8FA6DD;
}
</style>
border-color css
<style>
span { border-color: #8FA6DD; }
span { border-color: rgb(143,166,221); }
td.TdClassName
{
border-color: #8FA6DD;
}
.TagClassName
{
border-color: #8FA6DD;
}
</style>