Shades of Portage #8D9BF8
Tints of Portage #8D9BF8
RGB
CMYK
RGB Variations
Color information
#8D9BF8 (or 0x8D9BF8) is known color: Portage. HEX triplet: 8D, 9B and F8. RGB value is (141,155,248). Sum of RGB (Red+Green+Blue) = 141+155+248=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D9BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9BF8 is #726407. Grayscale: #A1A1A1. Windows color (decimal): -7496712 or 16292749. OLE color: 16292749.
HSL color Cylindrical-coordinate representation of color #8D9BF8: hue angle of 232.15º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D9BF8 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 155 | 248 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.03 |
| HSL | 232.15º | 0.88% | 0.76% | - |
| HSV(B) | 232.15º | 0.43% | 0.97% | - |
| XYZ | 39.65 | 35.88 | 93.64 | - |
| YUV | 161.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 248 | 0.43 | 0.38 | 0 | 0.03 | 232.15 | 0.88 | 0.76 |
| Hex | 8D | 9B | F8 | 2B | 26 | 0 | 3 | E8 | 58 | 4C |
| Octal | 215 | 233 | 370 | 53 | 46 | 0 | 3 | 350 | 130 | 114 |
| Binary | 10001101 | 10011011 | 11111000 | 101011 | 100110 | 0 | 11 | 11101000 | 1011000 | 1001100 |
Color Harmonies of #8D9BF8
Complementary color
Monochromatic Colors of #8D9BF8
Black with #8D9BF8
Text Example
Text Example
White with #8D9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9BF8; }
p { color: rgb(141,155,248); }
H1.HeaderClassName
{
color: #8D9BF8;
}
.AnyTagClassName
{
color: #8D9BF8;
}
</style>
background-color css
<style>
a { background-color: #8D9BF8; }
a { background-color: rgb(141,155,248); }
div.DivClassName
{
background-color: #8D9BF8;
}
.BgClassName
{
background-color: #8D9BF8;
}
</style>
border-color css
<style>
span { border-color: #8D9BF8; }
span { border-color: rgb(141,155,248); }
td.TdClassName
{
border-color: #8D9BF8;
}
.TagClassName
{
border-color: #8D9BF8;
}
</style>