Shades of Portage #8D9CFF
Tints of Portage #8D9CFF
RGB
CMYK
RGB Variations
Color information
#8D9CFF (or 0x8D9CFF) is known color: Portage. HEX triplet: 8D, 9C and FF. RGB value is (141,156,255). Sum of RGB (Red+Green+Blue) = 141+156+255=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFF is #726300. Grayscale: #A2A2A2. Windows color (decimal): -7496449 or 16751757. OLE color: 16751757.
HSL color Cylindrical-coordinate representation of color #8D9CFF: hue angle of 232.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D9CFF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 156 | 255 | - |
| CMYK | 0.45 | 0.39 | 0 | 0 |
| HSL | 232.11º | 1% | 0.78% | - |
| HSV(B) | 232.11º | 0.45% | 1% | - |
| XYZ | 40.92 | 36.66 | 99.53 | - |
| YUV | 162.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 255 | 0.45 | 0.39 | 0 | 0 | 232.11 | 1 | 0.78 |
| Hex | 8D | 9C | FF | 2D | 27 | 0 | 0 | E8 | 64 | 4E |
| Octal | 215 | 234 | 377 | 55 | 47 | 0 | 0 | 350 | 144 | 116 |
| Binary | 10001101 | 10011100 | 11111111 | 101101 | 100111 | 0 | 0 | 11101000 | 1100100 | 1001110 |
Color Harmonies of #8D9CFF
Complementary color
Monochromatic Colors of #8D9CFF
Black with #8D9CFF
Text Example
Text Example
White with #8D9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CFF; }
p { color: rgb(141,156,255); }
H1.HeaderClassName
{
color: #8D9CFF;
}
.AnyTagClassName
{
color: #8D9CFF;
}
</style>
background-color css
<style>
a { background-color: #8D9CFF; }
a { background-color: rgb(141,156,255); }
div.DivClassName
{
background-color: #8D9CFF;
}
.BgClassName
{
background-color: #8D9CFF;
}
</style>
border-color css
<style>
span { border-color: #8D9CFF; }
span { border-color: rgb(141,156,255); }
td.TdClassName
{
border-color: #8D9CFF;
}
.TagClassName
{
border-color: #8D9CFF;
}
</style>