Shades of Portage #8FA3DD
Tints of Portage #8FA3DD
RGB
CMYK
RGB Variations
Color information
#8FA3DD (or 0x8FA3DD) is known color: Portage. HEX triplet: 8F, A3 and DD. RGB value is (143,163,221). Sum of RGB (Red+Green+Blue) = 143+163+221=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FA3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3DD is #705C22. Grayscale: #A3A3A3. Windows color (decimal): -7363619 or 14525327. OLE color: 14525327.
HSL color Cylindrical-coordinate representation of color #8FA3DD: hue angle of 224.62º 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 #8FA3DD is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 163 | 221 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.13 |
| HSL | 224.62º | 0.53% | 0.71% | - |
| HSV(B) | 224.62º | 0.35% | 0.87% | - |
| XYZ | 37.48 | 37.25 | 73.62 | - |
| YUV | 163.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 221 | 0.35 | 0.26 | 0 | 0.13 | 224.62 | 0.53 | 0.71 |
| Hex | 8F | A3 | DD | 23 | 1A | 0 | D | E1 | 35 | 47 |
| Octal | 217 | 243 | 335 | 43 | 32 | 0 | 15 | 341 | 65 | 107 |
| Binary | 10001111 | 10100011 | 11011101 | 100011 | 11010 | 0 | 1101 | 11100001 | 110101 | 1000111 |
Color Harmonies of #8FA3DD
Complementary color
Monochromatic Colors of #8FA3DD
Black with #8FA3DD
Text Example
Text Example
White with #8FA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA3DD; }
p { color: rgb(143,163,221); }
H1.HeaderClassName
{
color: #8FA3DD;
}
.AnyTagClassName
{
color: #8FA3DD;
}
</style>
background-color css
<style>
a { background-color: #8FA3DD; }
a { background-color: rgb(143,163,221); }
div.DivClassName
{
background-color: #8FA3DD;
}
.BgClassName
{
background-color: #8FA3DD;
}
</style>
border-color css
<style>
span { border-color: #8FA3DD; }
span { border-color: rgb(143,163,221); }
td.TdClassName
{
border-color: #8FA3DD;
}
.TagClassName
{
border-color: #8FA3DD;
}
</style>