Shades of Portage #8B94FF
Tints of Portage #8B94FF
RGB
CMYK
RGB Variations
Color information
#8B94FF (or 0x8B94FF) is known color: Portage. HEX triplet: 8B, 94 and FF. RGB value is (139,148,255). Sum of RGB (Red+Green+Blue) = 139+148+255=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B94FF is #746B00. Grayscale: #9D9D9D. Windows color (decimal): -7629569 or 16749707. OLE color: 16749707.
HSL color Cylindrical-coordinate representation of color #8B94FF: hue angle of 235.34º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B94FF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 148 | 255 | - |
| CMYK | 0.45 | 0.42 | 0 | 0 |
| HSL | 235.34º | 1% | 0.77% | - |
| HSV(B) | 235.34º | 0.45% | 1% | - |
| XYZ | 39.29 | 33.89 | 99.08 | - |
| YUV | 157.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 255 | 0.45 | 0.42 | 0 | 0 | 235.34 | 1 | 0.77 |
| Hex | 8B | 94 | FF | 2D | 2A | 0 | 0 | EB | 64 | 4D |
| Octal | 213 | 224 | 377 | 55 | 52 | 0 | 0 | 353 | 144 | 115 |
| Binary | 10001011 | 10010100 | 11111111 | 101101 | 101010 | 0 | 0 | 11101011 | 1100100 | 1001101 |
Color Harmonies of #8B94FF
Complementary color
Monochromatic Colors of #8B94FF
Black with #8B94FF
Text Example
Text Example
White with #8B94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B94FF; }
p { color: rgb(139,148,255); }
H1.HeaderClassName
{
color: #8B94FF;
}
.AnyTagClassName
{
color: #8B94FF;
}
</style>
background-color css
<style>
a { background-color: #8B94FF; }
a { background-color: rgb(139,148,255); }
div.DivClassName
{
background-color: #8B94FF;
}
.BgClassName
{
background-color: #8B94FF;
}
</style>
border-color css
<style>
span { border-color: #8B94FF; }
span { border-color: rgb(139,148,255); }
td.TdClassName
{
border-color: #8B94FF;
}
.TagClassName
{
border-color: #8B94FF;
}
</style>