Shades of Portage #8B96FB
Tints of Portage #8B96FB
RGB
CMYK
RGB Variations
Color information
#8B96FB (or 0x8B96FB) is known color: Portage. HEX triplet: 8B, 96 and FB. RGB value is (139,150,251). Sum of RGB (Red+Green+Blue) = 139+150+251=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B96FB is #746904. Grayscale: #9D9D9D. Windows color (decimal): -7629061 or 16488075. OLE color: 16488075.
HSL color Cylindrical-coordinate representation of color #8B96FB: hue angle of 234.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B96FB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 150 | 251 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.02 |
| HSL | 234.11º | 0.93% | 0.76% | - |
| HSV(B) | 234.11º | 0.45% | 0.98% | - |
| XYZ | 38.97 | 34.27 | 95.83 | - |
| YUV | 158.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 251 | 0.45 | 0.40 | 0 | 0.02 | 234.11 | 0.93 | 0.76 |
| Hex | 8B | 96 | FB | 2D | 28 | 0 | 2 | EA | 5D | 4C |
| Octal | 213 | 226 | 373 | 55 | 50 | 0 | 2 | 352 | 135 | 114 |
| Binary | 10001011 | 10010110 | 11111011 | 101101 | 101000 | 0 | 10 | 11101010 | 1011101 | 1001100 |
Color Harmonies of #8B96FB
Complementary color
Monochromatic Colors of #8B96FB
Black with #8B96FB
Text Example
Text Example
White with #8B96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B96FB; }
p { color: rgb(139,150,251); }
H1.HeaderClassName
{
color: #8B96FB;
}
.AnyTagClassName
{
color: #8B96FB;
}
</style>
background-color css
<style>
a { background-color: #8B96FB; }
a { background-color: rgb(139,150,251); }
div.DivClassName
{
background-color: #8B96FB;
}
.BgClassName
{
background-color: #8B96FB;
}
</style>
border-color css
<style>
span { border-color: #8B96FB; }
span { border-color: rgb(139,150,251); }
td.TdClassName
{
border-color: #8B96FB;
}
.TagClassName
{
border-color: #8B96FB;
}
</style>