Shades of Portage #8B9FE2
Tints of Portage #8B9FE2
RGB
CMYK
RGB Variations
Color information
#8B9FE2 (or 0x8B9FE2) is known color: Portage. HEX triplet: 8B, 9F and E2. RGB value is (139,159,226). Sum of RGB (Red+Green+Blue) = 139+159+226=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #8B9FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FE2 is #74601D. Grayscale: #A0A0A0. Windows color (decimal): -7626782 or 14851979. OLE color: 14851979.
HSL color Cylindrical-coordinate representation of color #8B9FE2: hue angle of 226.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B9FE2 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 159 | 226 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.11 |
| HSL | 226.21º | 0.6% | 0.72% | - |
| HSV(B) | 226.21º | 0.38% | 0.89% | - |
| XYZ | 36.77 | 35.78 | 76.92 | - |
| YUV | 160.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 226 | 0.38 | 0.30 | 0 | 0.11 | 226.21 | 0.6 | 0.72 |
| Hex | 8B | 9F | E2 | 26 | 1E | 0 | B | E2 | 3C | 48 |
| Octal | 213 | 237 | 342 | 46 | 36 | 0 | 13 | 342 | 74 | 110 |
| Binary | 10001011 | 10011111 | 11100010 | 100110 | 11110 | 0 | 1011 | 11100010 | 111100 | 1001000 |
Color Harmonies of #8B9FE2
Complementary color
Monochromatic Colors of #8B9FE2
Black with #8B9FE2
Text Example
Text Example
White with #8B9FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FE2; }
p { color: rgb(139,159,226); }
H1.HeaderClassName
{
color: #8B9FE2;
}
.AnyTagClassName
{
color: #8B9FE2;
}
</style>
background-color css
<style>
a { background-color: #8B9FE2; }
a { background-color: rgb(139,159,226); }
div.DivClassName
{
background-color: #8B9FE2;
}
.BgClassName
{
background-color: #8B9FE2;
}
</style>
border-color css
<style>
span { border-color: #8B9FE2; }
span { border-color: rgb(139,159,226); }
td.TdClassName
{
border-color: #8B9FE2;
}
.TagClassName
{
border-color: #8B9FE2;
}
</style>