Shades of Portage #8893FB
Tints of Portage #8893FB
RGB
CMYK
RGB Variations
Color information
#8893FB (or 0x8893FB) is known color: Portage. HEX triplet: 88, 93 and FB. RGB value is (136,147,251). Sum of RGB (Red+Green+Blue) = 136+147+251=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #8893FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8893FB is #776C04. Grayscale: #9B9B9B. Windows color (decimal): -7826437 or 16487304. OLE color: 16487304.
HSL color Cylindrical-coordinate representation of color #8893FB: hue angle of 234.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8893FB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 147 | 251 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.02 |
| HSL | 234.26º | 0.93% | 0.76% | - |
| HSV(B) | 234.26º | 0.46% | 0.98% | - |
| XYZ | 38 | 33.07 | 95.65 | - |
| YUV | 155.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 251 | 0.46 | 0.41 | 0 | 0.02 | 234.26 | 0.93 | 0.76 |
| Hex | 88 | 93 | FB | 2E | 29 | 0 | 2 | EA | 5D | 4C |
| Octal | 210 | 223 | 373 | 56 | 51 | 0 | 2 | 352 | 135 | 114 |
| Binary | 10001000 | 10010011 | 11111011 | 101110 | 101001 | 0 | 10 | 11101010 | 1011101 | 1001100 |
Color Harmonies of #8893FB
Complementary color
Monochromatic Colors of #8893FB
Black with #8893FB
Text Example
Text Example
White with #8893FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893FB; }
p { color: rgb(136,147,251); }
H1.HeaderClassName
{
color: #8893FB;
}
.AnyTagClassName
{
color: #8893FB;
}
</style>
background-color css
<style>
a { background-color: #8893FB; }
a { background-color: rgb(136,147,251); }
div.DivClassName
{
background-color: #8893FB;
}
.BgClassName
{
background-color: #8893FB;
}
</style>
border-color css
<style>
span { border-color: #8893FB; }
span { border-color: rgb(136,147,251); }
td.TdClassName
{
border-color: #8893FB;
}
.TagClassName
{
border-color: #8893FB;
}
</style>