Shades of Portage #8FA4DC
Tints of Portage #8FA4DC
RGB
CMYK
RGB Variations
Color information
#8FA4DC (or 0x8FA4DC) is known color: Portage. HEX triplet: 8F, A4 and DC. RGB value is (143,164,220). Sum of RGB (Red+Green+Blue) = 143+164+220=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4DC is #705B23. Grayscale: #A3A3A3. Windows color (decimal): -7363364 or 14460047. OLE color: 14460047.
HSL color Cylindrical-coordinate representation of color #8FA4DC: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FA4DC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 164 | 220 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.14 |
| HSL | 223.64º | 0.52% | 0.71% | - |
| HSV(B) | 223.64º | 0.35% | 0.86% | - |
| XYZ | 37.52 | 37.56 | 72.98 | - |
| YUV | 164.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 220 | 0.35 | 0.25 | 0 | 0.14 | 223.64 | 0.52 | 0.71 |
| Hex | 8F | A4 | DC | 23 | 19 | 0 | E | E0 | 34 | 47 |
| Octal | 217 | 244 | 334 | 43 | 31 | 0 | 16 | 340 | 64 | 107 |
| Binary | 10001111 | 10100100 | 11011100 | 100011 | 11001 | 0 | 1110 | 11100000 | 110100 | 1000111 |
Color Harmonies of #8FA4DC
Complementary color
Monochromatic Colors of #8FA4DC
Black with #8FA4DC
Text Example
Text Example
White with #8FA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4DC; }
p { color: rgb(143,164,220); }
H1.HeaderClassName
{
color: #8FA4DC;
}
.AnyTagClassName
{
color: #8FA4DC;
}
</style>
background-color css
<style>
a { background-color: #8FA4DC; }
a { background-color: rgb(143,164,220); }
div.DivClassName
{
background-color: #8FA4DC;
}
.BgClassName
{
background-color: #8FA4DC;
}
</style>
border-color css
<style>
span { border-color: #8FA4DC; }
span { border-color: rgb(143,164,220); }
td.TdClassName
{
border-color: #8FA4DC;
}
.TagClassName
{
border-color: #8FA4DC;
}
</style>