Shades of Portage #88A2FB
Tints of Portage #88A2FB
RGB
CMYK
RGB Variations
Color information
#88A2FB (or 0x88A2FB) is known color: Portage. HEX triplet: 88, A2 and FB. RGB value is (136,162,251). Sum of RGB (Red+Green+Blue) = 136+162+251=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #88A2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A2FB is #775D04. Grayscale: #A3A3A3. Windows color (decimal): -7822597 or 16491144. OLE color: 16491144.
HSL color Cylindrical-coordinate representation of color #88A2FB: hue angle of 226.43º 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 #88A2FB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 162 | 251 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.02 |
| HSL | 226.43º | 0.93% | 0.76% | - |
| HSV(B) | 226.43º | 0.46% | 0.98% | - |
| XYZ | 40.49 | 38.04 | 96.48 | - |
| YUV | 164.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 251 | 0.46 | 0.35 | 0 | 0.02 | 226.43 | 0.93 | 0.76 |
| Hex | 88 | A2 | FB | 2E | 23 | 0 | 2 | E2 | 5D | 4C |
| Octal | 210 | 242 | 373 | 56 | 43 | 0 | 2 | 342 | 135 | 114 |
| Binary | 10001000 | 10100010 | 11111011 | 101110 | 100011 | 0 | 10 | 11100010 | 1011101 | 1001100 |
Color Harmonies of #88A2FB
Complementary color
Monochromatic Colors of #88A2FB
Black with #88A2FB
Text Example
Text Example
White with #88A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A2FB; }
p { color: rgb(136,162,251); }
H1.HeaderClassName
{
color: #88A2FB;
}
.AnyTagClassName
{
color: #88A2FB;
}
</style>
background-color css
<style>
a { background-color: #88A2FB; }
a { background-color: rgb(136,162,251); }
div.DivClassName
{
background-color: #88A2FB;
}
.BgClassName
{
background-color: #88A2FB;
}
</style>
border-color css
<style>
span { border-color: #88A2FB; }
span { border-color: rgb(136,162,251); }
td.TdClassName
{
border-color: #88A2FB;
}
.TagClassName
{
border-color: #88A2FB;
}
</style>