Shades of Portage #8B9EFD
Tints of Portage #8B9EFD
RGB
CMYK
RGB Variations
Color information
#8B9EFD (or 0x8B9EFD) is known color: Portage. HEX triplet: 8B, 9E and FD. RGB value is (139,158,253). Sum of RGB (Red+Green+Blue) = 139+158+253=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9EFD is #746102. Grayscale: #A2A2A2. Windows color (decimal): -7627011 or 16621195. OLE color: 16621195.
HSL color Cylindrical-coordinate representation of color #8B9EFD: hue angle of 230º degrees, saturation: 0.97, 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 #8B9EFD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 158 | 253 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.01 |
| HSL | 230º | 0.97% | 0.77% | - |
| HSV(B) | 230º | 0.45% | 0.99% | - |
| XYZ | 40.6 | 37.03 | 97.94 | - |
| YUV | 163.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 253 | 0.45 | 0.38 | 0 | 0.01 | 230 | 0.97 | 0.77 |
| Hex | 8B | 9E | FD | 2D | 26 | 0 | 1 | E6 | 61 | 4D |
| Octal | 213 | 236 | 375 | 55 | 46 | 0 | 1 | 346 | 141 | 115 |
| Binary | 10001011 | 10011110 | 11111101 | 101101 | 100110 | 0 | 1 | 11100110 | 1100001 | 1001101 |
Color Harmonies of #8B9EFD
Complementary color
Monochromatic Colors of #8B9EFD
Black with #8B9EFD
Text Example
Text Example
White with #8B9EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9EFD; }
p { color: rgb(139,158,253); }
H1.HeaderClassName
{
color: #8B9EFD;
}
.AnyTagClassName
{
color: #8B9EFD;
}
</style>
background-color css
<style>
a { background-color: #8B9EFD; }
a { background-color: rgb(139,158,253); }
div.DivClassName
{
background-color: #8B9EFD;
}
.BgClassName
{
background-color: #8B9EFD;
}
</style>
border-color css
<style>
span { border-color: #8B9EFD; }
span { border-color: rgb(139,158,253); }
td.TdClassName
{
border-color: #8B9EFD;
}
.TagClassName
{
border-color: #8B9EFD;
}
</style>