Shades of Portage #8D9ACF
Tints of Portage #8D9ACF
RGB
CMYK
RGB Variations
Color information
#8D9ACF (or 0x8D9ACF) is known color: Portage. HEX triplet: 8D, 9A and CF. RGB value is (141,154,207). Sum of RGB (Red+Green+Blue) = 141+154+207=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ACF is #726530. Grayscale: #9B9B9B. Windows color (decimal): -7497009 or 13605517. OLE color: 13605517.
HSL color Cylindrical-coordinate representation of color #8D9ACF: hue angle of 228.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9ACF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 154 | 207 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.19 |
| HSL | 228.18º | 0.41% | 0.68% | - |
| HSV(B) | 228.18º | 0.32% | 0.81% | - |
| XYZ | 33.8 | 33.28 | 63.67 | - |
| YUV | 156.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 207 | 0.32 | 0.26 | 0 | 0.19 | 228.18 | 0.41 | 0.68 |
| Hex | 8D | 9A | CF | 20 | 1A | 0 | 13 | E4 | 29 | 44 |
| Octal | 215 | 232 | 317 | 40 | 32 | 0 | 23 | 344 | 51 | 104 |
| Binary | 10001101 | 10011010 | 11001111 | 100000 | 11010 | 0 | 10011 | 11100100 | 101001 | 1000100 |
Color Harmonies of #8D9ACF
Complementary color
Monochromatic Colors of #8D9ACF
Black with #8D9ACF
Text Example
Text Example
White with #8D9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9ACF; }
p { color: rgb(141,154,207); }
H1.HeaderClassName
{
color: #8D9ACF;
}
.AnyTagClassName
{
color: #8D9ACF;
}
</style>
background-color css
<style>
a { background-color: #8D9ACF; }
a { background-color: rgb(141,154,207); }
div.DivClassName
{
background-color: #8D9ACF;
}
.BgClassName
{
background-color: #8D9ACF;
}
</style>
border-color css
<style>
span { border-color: #8D9ACF; }
span { border-color: rgb(141,154,207); }
td.TdClassName
{
border-color: #8D9ACF;
}
.TagClassName
{
border-color: #8D9ACF;
}
</style>