Shades of Portage #8D94CE
Tints of Portage #8D94CE
RGB
CMYK
RGB Variations
Color information
#8D94CE (or 0x8D94CE) is known color: Portage. HEX triplet: 8D, 94 and CE. RGB value is (141,148,206). Sum of RGB (Red+Green+Blue) = 141+148+206=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D94CE is #726B31. Grayscale: #989898. Windows color (decimal): -7498546 or 13538445. OLE color: 13538445.
HSL color Cylindrical-coordinate representation of color #8D94CE: hue angle of 233.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D94CE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 148 | 206 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.19 |
| HSL | 233.54º | 0.4% | 0.68% | - |
| HSV(B) | 233.54º | 0.32% | 0.81% | - |
| XYZ | 32.71 | 31.3 | 62.71 | - |
| YUV | 152.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 206 | 0.32 | 0.28 | 0 | 0.19 | 233.54 | 0.4 | 0.68 |
| Hex | 8D | 94 | CE | 20 | 1C | 0 | 13 | EA | 28 | 44 |
| Octal | 215 | 224 | 316 | 40 | 34 | 0 | 23 | 352 | 50 | 104 |
| Binary | 10001101 | 10010100 | 11001110 | 100000 | 11100 | 0 | 10011 | 11101010 | 101000 | 1000100 |
Color Harmonies of #8D94CE
Complementary color
Monochromatic Colors of #8D94CE
Black with #8D94CE
Text Example
Text Example
White with #8D94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D94CE; }
p { color: rgb(141,148,206); }
H1.HeaderClassName
{
color: #8D94CE;
}
.AnyTagClassName
{
color: #8D94CE;
}
</style>
background-color css
<style>
a { background-color: #8D94CE; }
a { background-color: rgb(141,148,206); }
div.DivClassName
{
background-color: #8D94CE;
}
.BgClassName
{
background-color: #8D94CE;
}
</style>
border-color css
<style>
span { border-color: #8D94CE; }
span { border-color: rgb(141,148,206); }
td.TdClassName
{
border-color: #8D94CE;
}
.TagClassName
{
border-color: #8D94CE;
}
</style>