Shades of Portage #8B9FDC
Tints of Portage #8B9FDC
RGB
CMYK
RGB Variations
Color information
#8B9FDC (or 0x8B9FDC) is known color: Portage. HEX triplet: 8B, 9F and DC. RGB value is (139,159,220). Sum of RGB (Red+Green+Blue) = 139+159+220=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FDC is #746023. Grayscale: #9F9F9F. Windows color (decimal): -7626788 or 14458763. OLE color: 14458763.
HSL color Cylindrical-coordinate representation of color #8B9FDC: hue angle of 225.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9FDC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 159 | 220 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.14 |
| HSL | 225.19º | 0.54% | 0.7% | - |
| HSV(B) | 225.19º | 0.37% | 0.86% | - |
| XYZ | 35.96 | 35.45 | 72.66 | - |
| YUV | 159.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 220 | 0.37 | 0.28 | 0 | 0.14 | 225.19 | 0.54 | 0.7 |
| Hex | 8B | 9F | DC | 25 | 1C | 0 | E | E1 | 36 | 46 |
| Octal | 213 | 237 | 334 | 45 | 34 | 0 | 16 | 341 | 66 | 106 |
| Binary | 10001011 | 10011111 | 11011100 | 100101 | 11100 | 0 | 1110 | 11100001 | 110110 | 1000110 |
Color Harmonies of #8B9FDC
Complementary color
Monochromatic Colors of #8B9FDC
Black with #8B9FDC
Text Example
Text Example
White with #8B9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FDC; }
p { color: rgb(139,159,220); }
H1.HeaderClassName
{
color: #8B9FDC;
}
.AnyTagClassName
{
color: #8B9FDC;
}
</style>
background-color css
<style>
a { background-color: #8B9FDC; }
a { background-color: rgb(139,159,220); }
div.DivClassName
{
background-color: #8B9FDC;
}
.BgClassName
{
background-color: #8B9FDC;
}
</style>
border-color css
<style>
span { border-color: #8B9FDC; }
span { border-color: rgb(139,159,220); }
td.TdClassName
{
border-color: #8B9FDC;
}
.TagClassName
{
border-color: #8B9FDC;
}
</style>