Shades of Portage #8D9BFF
Tints of Portage #8D9BFF
RGB
CMYK
RGB Variations
Color information
#8D9BFF (or 0x8D9BFF) is known color: Portage. HEX triplet: 8D, 9B and FF. RGB value is (141,155,255). Sum of RGB (Red+Green+Blue) = 141+155+255=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9BFF is #726400. Grayscale: #A1A1A1. Windows color (decimal): -7496705 or 16751501. OLE color: 16751501.
HSL color Cylindrical-coordinate representation of color #8D9BFF: hue angle of 232.63º 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 #8D9BFF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 155 | 255 | - |
| CMYK | 0.45 | 0.39 | 0 | 0 |
| HSL | 232.63º | 1% | 0.78% | - |
| HSV(B) | 232.63º | 0.45% | 1% | - |
| XYZ | 40.76 | 36.33 | 99.47 | - |
| YUV | 162.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 255 | 0.45 | 0.39 | 0 | 0 | 232.63 | 1 | 0.78 |
| Hex | 8D | 9B | FF | 2D | 27 | 0 | 0 | E9 | 64 | 4E |
| Octal | 215 | 233 | 377 | 55 | 47 | 0 | 0 | 351 | 144 | 116 |
| Binary | 10001101 | 10011011 | 11111111 | 101101 | 100111 | 0 | 0 | 11101001 | 1100100 | 1001110 |
Color Harmonies of #8D9BFF
Complementary color
Monochromatic Colors of #8D9BFF
Black with #8D9BFF
Text Example
Text Example
White with #8D9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BFF; }
p { color: rgb(141,155,255); }
H1.HeaderClassName
{
color: #8D9BFF;
}
.AnyTagClassName
{
color: #8D9BFF;
}
</style>
background-color css
<style>
a { background-color: #8D9BFF; }
a { background-color: rgb(141,155,255); }
div.DivClassName
{
background-color: #8D9BFF;
}
.BgClassName
{
background-color: #8D9BFF;
}
</style>
border-color css
<style>
span { border-color: #8D9BFF; }
span { border-color: rgb(141,155,255); }
td.TdClassName
{
border-color: #8D9BFF;
}
.TagClassName
{
border-color: #8D9BFF;
}
</style>