Shades of Portage #8D9EFC
Tints of Portage #8D9EFC
RGB
CMYK
RGB Variations
Color information
#8D9EFC (or 0x8D9EFC) is known color: Portage. HEX triplet: 8D, 9E and FC. RGB value is (141,158,252). Sum of RGB (Red+Green+Blue) = 141+158+252=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EFC is #726103. Grayscale: #A3A3A3. Windows color (decimal): -7495940 or 16555661. OLE color: 16555661.
HSL color Cylindrical-coordinate representation of color #8D9EFC: hue angle of 230.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9EFC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 158 | 252 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.01 |
| HSL | 230.81º | 0.95% | 0.77% | - |
| HSV(B) | 230.81º | 0.44% | 0.99% | - |
| XYZ | 40.78 | 37.14 | 97.12 | - |
| YUV | 163.63 | 177.87 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 252 | 0.44 | 0.37 | 0 | 0.01 | 230.81 | 0.95 | 0.77 |
| Hex | 8D | 9E | FC | 2C | 25 | 0 | 1 | E7 | 5F | 4D |
| Octal | 215 | 236 | 374 | 54 | 45 | 0 | 1 | 347 | 137 | 115 |
| Binary | 10001101 | 10011110 | 11111100 | 101100 | 100101 | 0 | 1 | 11100111 | 1011111 | 1001101 |
Color Harmonies of #8D9EFC
Complementary color
Monochromatic Colors of #8D9EFC
Black with #8D9EFC
Text Example
Text Example
White with #8D9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9EFC; }
p { color: rgb(141,158,252); }
H1.HeaderClassName
{
color: #8D9EFC;
}
.AnyTagClassName
{
color: #8D9EFC;
}
</style>
background-color css
<style>
a { background-color: #8D9EFC; }
a { background-color: rgb(141,158,252); }
div.DivClassName
{
background-color: #8D9EFC;
}
.BgClassName
{
background-color: #8D9EFC;
}
</style>
border-color css
<style>
span { border-color: #8D9EFC; }
span { border-color: rgb(141,158,252); }
td.TdClassName
{
border-color: #8D9EFC;
}
.TagClassName
{
border-color: #8D9EFC;
}
</style>