Shades of Portage #8D9CED
Tints of Portage #8D9CED
RGB
CMYK
RGB Variations
Color information
#8D9CED (or 0x8D9CED) is known color: Portage. HEX triplet: 8D, 9C and ED. RGB value is (141,156,237). Sum of RGB (Red+Green+Blue) = 141+156+237=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CED is #726312. Grayscale: #A0A0A0. Windows color (decimal): -7496467 or 15572109. OLE color: 15572109.
HSL color Cylindrical-coordinate representation of color #8D9CED: hue angle of 230.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 #8D9CED is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 156 | 237 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.07 |
| HSL | 230.63º | 0.73% | 0.74% | - |
| HSV(B) | 230.63º | 0.41% | 0.93% | - |
| XYZ | 38.16 | 35.55 | 84.97 | - |
| YUV | 160.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 237 | 0.41 | 0.34 | 0 | 0.07 | 230.63 | 0.73 | 0.74 |
| Hex | 8D | 9C | ED | 29 | 22 | 0 | 7 | E7 | 49 | 4A |
| Octal | 215 | 234 | 355 | 51 | 42 | 0 | 7 | 347 | 111 | 112 |
| Binary | 10001101 | 10011100 | 11101101 | 101001 | 100010 | 0 | 111 | 11100111 | 1001001 | 1001010 |
Color Harmonies of #8D9CED
Complementary color
Monochromatic Colors of #8D9CED
Black with #8D9CED
Text Example
Text Example
White with #8D9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9CED; }
p { color: rgb(141,156,237); }
H1.HeaderClassName
{
color: #8D9CED;
}
.AnyTagClassName
{
color: #8D9CED;
}
</style>
background-color css
<style>
a { background-color: #8D9CED; }
a { background-color: rgb(141,156,237); }
div.DivClassName
{
background-color: #8D9CED;
}
.BgClassName
{
background-color: #8D9CED;
}
</style>
border-color css
<style>
span { border-color: #8D9CED; }
span { border-color: rgb(141,156,237); }
td.TdClassName
{
border-color: #8D9CED;
}
.TagClassName
{
border-color: #8D9CED;
}
</style>