Shades of Portage #8B9EFC
Tints of Portage #8B9EFC
RGB
CMYK
RGB Variations
Color information
#8B9EFC (or 0x8B9EFC) is known color: Portage. HEX triplet: 8B, 9E and FC. RGB value is (139,158,252). Sum of RGB (Red+Green+Blue) = 139+158+252=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EFC is #746103. Grayscale: #A2A2A2. Windows color (decimal): -7627012 or 16555659. OLE color: 16555659.
HSL color Cylindrical-coordinate representation of color #8B9EFC: hue angle of 229.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B9EFC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 158 | 252 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.01 |
| HSL | 229.91º | 0.95% | 0.77% | - |
| HSV(B) | 229.91º | 0.45% | 0.99% | - |
| XYZ | 40.45 | 36.97 | 97.1 | - |
| YUV | 163.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 252 | 0.45 | 0.37 | 0 | 0.01 | 229.91 | 0.95 | 0.77 |
| Hex | 8B | 9E | FC | 2D | 25 | 0 | 1 | E6 | 5F | 4D |
| Octal | 213 | 236 | 374 | 55 | 45 | 0 | 1 | 346 | 137 | 115 |
| Binary | 10001011 | 10011110 | 11111100 | 101101 | 100101 | 0 | 1 | 11100110 | 1011111 | 1001101 |
Color Harmonies of #8B9EFC
Complementary color
Monochromatic Colors of #8B9EFC
Black with #8B9EFC
Text Example
Text Example
White with #8B9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EFC; }
p { color: rgb(139,158,252); }
H1.HeaderClassName
{
color: #8B9EFC;
}
.AnyTagClassName
{
color: #8B9EFC;
}
</style>
background-color css
<style>
a { background-color: #8B9EFC; }
a { background-color: rgb(139,158,252); }
div.DivClassName
{
background-color: #8B9EFC;
}
.BgClassName
{
background-color: #8B9EFC;
}
</style>
border-color css
<style>
span { border-color: #8B9EFC; }
span { border-color: rgb(139,158,252); }
td.TdClassName
{
border-color: #8B9EFC;
}
.TagClassName
{
border-color: #8B9EFC;
}
</style>