Shades of Portage #8C9FDD
Tints of Portage #8C9FDD
RGB
CMYK
RGB Variations
Color information
#8C9FDD (or 0x8C9FDD) is known color: Portage. HEX triplet: 8C, 9F and DD. RGB value is (140,159,221). Sum of RGB (Red+Green+Blue) = 140+159+221=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FDD is #736022. Grayscale: #A0A0A0. Windows color (decimal): -7561251 or 14524300. OLE color: 14524300.
HSL color Cylindrical-coordinate representation of color #8C9FDD: hue angle of 225.93º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C9FDD is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 159 | 221 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.13 |
| HSL | 225.93º | 0.54% | 0.71% | - |
| HSV(B) | 225.93º | 0.37% | 0.87% | - |
| XYZ | 36.26 | 35.59 | 73.37 | - |
| YUV | 160.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 221 | 0.37 | 0.28 | 0 | 0.13 | 225.93 | 0.54 | 0.71 |
| Hex | 8C | 9F | DD | 25 | 1C | 0 | D | E2 | 36 | 47 |
| Octal | 214 | 237 | 335 | 45 | 34 | 0 | 15 | 342 | 66 | 107 |
| Binary | 10001100 | 10011111 | 11011101 | 100101 | 11100 | 0 | 1101 | 11100010 | 110110 | 1000111 |
Color Harmonies of #8C9FDD
Complementary color
Monochromatic Colors of #8C9FDD
Black with #8C9FDD
Text Example
Text Example
White with #8C9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FDD; }
p { color: rgb(140,159,221); }
H1.HeaderClassName
{
color: #8C9FDD;
}
.AnyTagClassName
{
color: #8C9FDD;
}
</style>
background-color css
<style>
a { background-color: #8C9FDD; }
a { background-color: rgb(140,159,221); }
div.DivClassName
{
background-color: #8C9FDD;
}
.BgClassName
{
background-color: #8C9FDD;
}
</style>
border-color css
<style>
span { border-color: #8C9FDD; }
span { border-color: rgb(140,159,221); }
td.TdClassName
{
border-color: #8C9FDD;
}
.TagClassName
{
border-color: #8C9FDD;
}
</style>