Shades of Portage #8FA4DA
Tints of Portage #8FA4DA
RGB
CMYK
RGB Variations
Color information
#8FA4DA (or 0x8FA4DA) is known color: Portage. HEX triplet: 8F, A4 and DA. RGB value is (143,164,218). Sum of RGB (Red+Green+Blue) = 143+164+218=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4DA is #705B25. Grayscale: #A3A3A3. Windows color (decimal): -7363366 or 14328975. OLE color: 14328975.
HSL color Cylindrical-coordinate representation of color #8FA4DA: hue angle of 223.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FA4DA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 164 | 218 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.15 |
| HSL | 223.2º | 0.5% | 0.71% | - |
| HSV(B) | 223.2º | 0.34% | 0.85% | - |
| XYZ | 37.26 | 37.45 | 71.6 | - |
| YUV | 163.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 218 | 0.34 | 0.25 | 0 | 0.15 | 223.2 | 0.5 | 0.71 |
| Hex | 8F | A4 | DA | 22 | 19 | 0 | F | DF | 32 | 47 |
| Octal | 217 | 244 | 332 | 42 | 31 | 0 | 17 | 337 | 62 | 107 |
| Binary | 10001111 | 10100100 | 11011010 | 100010 | 11001 | 0 | 1111 | 11011111 | 110010 | 1000111 |
Color Harmonies of #8FA4DA
Complementary color
Monochromatic Colors of #8FA4DA
Black with #8FA4DA
Text Example
Text Example
White with #8FA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4DA; }
p { color: rgb(143,164,218); }
H1.HeaderClassName
{
color: #8FA4DA;
}
.AnyTagClassName
{
color: #8FA4DA;
}
</style>
background-color css
<style>
a { background-color: #8FA4DA; }
a { background-color: rgb(143,164,218); }
div.DivClassName
{
background-color: #8FA4DA;
}
.BgClassName
{
background-color: #8FA4DA;
}
</style>
border-color css
<style>
span { border-color: #8FA4DA; }
span { border-color: rgb(143,164,218); }
td.TdClassName
{
border-color: #8FA4DA;
}
.TagClassName
{
border-color: #8FA4DA;
}
</style>