Shades of Portage #8B99FF
Tints of Portage #8B99FF
RGB
CMYK
RGB Variations
Color information
#8B99FF (or 0x8B99FF) is known color: Portage. HEX triplet: 8B, 99 and FF. RGB value is (139,153,255). Sum of RGB (Red+Green+Blue) = 139+153+255=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B99FF is #746600. Grayscale: #A0A0A0. Windows color (decimal): -7628289 or 16750987. OLE color: 16750987.
HSL color Cylindrical-coordinate representation of color #8B99FF: hue angle of 232.76º 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 #8B99FF is Cyan = 0.45, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 153 | 255 | - |
| CMYK | 0.45 | 0.4 | 0 | 0 |
| HSL | 232.76º | 1% | 0.77% | - |
| HSV(B) | 232.76º | 0.45% | 1% | - |
| XYZ | 40.09 | 35.49 | 99.35 | - |
| YUV | 160.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 255 | 0.45 | 0.4 | 0 | 0 | 232.76 | 1 | 0.77 |
| Hex | 8B | 99 | FF | 2D | 28 | 0 | 0 | E9 | 64 | 4D |
| Octal | 213 | 231 | 377 | 55 | 50 | 0 | 0 | 351 | 144 | 115 |
| Binary | 10001011 | 10011001 | 11111111 | 101101 | 101000 | 0 | 0 | 11101001 | 1100100 | 1001101 |
Color Harmonies of #8B99FF
Complementary color
Monochromatic Colors of #8B99FF
Black with #8B99FF
Text Example
Text Example
White with #8B99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B99FF; }
p { color: rgb(139,153,255); }
H1.HeaderClassName
{
color: #8B99FF;
}
.AnyTagClassName
{
color: #8B99FF;
}
</style>
background-color css
<style>
a { background-color: #8B99FF; }
a { background-color: rgb(139,153,255); }
div.DivClassName
{
background-color: #8B99FF;
}
.BgClassName
{
background-color: #8B99FF;
}
</style>
border-color css
<style>
span { border-color: #8B99FF; }
span { border-color: rgb(139,153,255); }
td.TdClassName
{
border-color: #8B99FF;
}
.TagClassName
{
border-color: #8B99FF;
}
</style>