Shades of Portage #8D94DE
Tints of Portage #8D94DE
RGB
CMYK
RGB Variations
Color information
#8D94DE (or 0x8D94DE) is known color: Portage. HEX triplet: 8D, 94 and DE. RGB value is (141,148,222). Sum of RGB (Red+Green+Blue) = 141+148+222=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D94DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94DE is #726B21. Grayscale: #9A9A9A. Windows color (decimal): -7498530 or 14587021. OLE color: 14587021.
HSL color Cylindrical-coordinate representation of color #8D94DE: hue angle of 234.81º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D94DE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 148 | 222 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.13 |
| HSL | 234.81º | 0.55% | 0.71% | - |
| HSV(B) | 234.81º | 0.36% | 0.87% | - |
| XYZ | 34.76 | 32.12 | 73.47 | - |
| YUV | 154.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 222 | 0.36 | 0.33 | 0 | 0.13 | 234.81 | 0.55 | 0.71 |
| Hex | 8D | 94 | DE | 24 | 21 | 0 | D | EB | 37 | 47 |
| Octal | 215 | 224 | 336 | 44 | 41 | 0 | 15 | 353 | 67 | 107 |
| Binary | 10001101 | 10010100 | 11011110 | 100100 | 100001 | 0 | 1101 | 11101011 | 110111 | 1000111 |
Color Harmonies of #8D94DE
Complementary color
Monochromatic Colors of #8D94DE
Black with #8D94DE
Text Example
Text Example
White with #8D94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94DE; }
p { color: rgb(141,148,222); }
H1.HeaderClassName
{
color: #8D94DE;
}
.AnyTagClassName
{
color: #8D94DE;
}
</style>
background-color css
<style>
a { background-color: #8D94DE; }
a { background-color: rgb(141,148,222); }
div.DivClassName
{
background-color: #8D94DE;
}
.BgClassName
{
background-color: #8D94DE;
}
</style>
border-color css
<style>
span { border-color: #8D94DE; }
span { border-color: rgb(141,148,222); }
td.TdClassName
{
border-color: #8D94DE;
}
.TagClassName
{
border-color: #8D94DE;
}
</style>