Shades of Portage #8D94ED
Tints of Portage #8D94ED
RGB
CMYK
RGB Variations
Color information
#8D94ED (or 0x8D94ED) is known color: Portage. HEX triplet: 8D, 94 and ED. RGB value is (141,148,237). Sum of RGB (Red+Green+Blue) = 141+148+237=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D94ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D94ED is #726B12. Grayscale: #9B9B9B. Windows color (decimal): -7498515 or 15570061. OLE color: 15570061.
HSL color Cylindrical-coordinate representation of color #8D94ED: hue angle of 235.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D94ED is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 148 | 237 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.07 |
| HSL | 235.63º | 0.73% | 0.74% | - |
| HSV(B) | 235.63º | 0.41% | 0.93% | - |
| XYZ | 36.86 | 32.96 | 84.54 | - |
| YUV | 156.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 237 | 0.41 | 0.38 | 0 | 0.07 | 235.63 | 0.73 | 0.74 |
| Hex | 8D | 94 | ED | 29 | 26 | 0 | 7 | EC | 49 | 4A |
| Octal | 215 | 224 | 355 | 51 | 46 | 0 | 7 | 354 | 111 | 112 |
| Binary | 10001101 | 10010100 | 11101101 | 101001 | 100110 | 0 | 111 | 11101100 | 1001001 | 1001010 |
Color Harmonies of #8D94ED
Complementary color
Monochromatic Colors of #8D94ED
Black with #8D94ED
Text Example
Text Example
White with #8D94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94ED; }
p { color: rgb(141,148,237); }
H1.HeaderClassName
{
color: #8D94ED;
}
.AnyTagClassName
{
color: #8D94ED;
}
</style>
background-color css
<style>
a { background-color: #8D94ED; }
a { background-color: rgb(141,148,237); }
div.DivClassName
{
background-color: #8D94ED;
}
.BgClassName
{
background-color: #8D94ED;
}
</style>
border-color css
<style>
span { border-color: #8D94ED; }
span { border-color: rgb(141,148,237); }
td.TdClassName
{
border-color: #8D94ED;
}
.TagClassName
{
border-color: #8D94ED;
}
</style>