Shades of Portage #8893FF
Tints of Portage #8893FF
RGB
CMYK
RGB Variations
Color information
#8893FF (or 0x8893FF) is known color: Portage. HEX triplet: 88, 93 and FF. RGB value is (136,147,255). Sum of RGB (Red+Green+Blue) = 136+147+255=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8893FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8893FF is #776C00. Grayscale: #9B9B9B. Windows color (decimal): -7826433 or 16749448. OLE color: 16749448.
HSL color Cylindrical-coordinate representation of color #8893FF: hue angle of 234.45º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8893FF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 147 | 255 | - |
| CMYK | 0.47 | 0.42 | 0 | 0 |
| HSL | 234.45º | 1% | 0.77% | - |
| HSV(B) | 234.45º | 0.47% | 1% | - |
| XYZ | 38.64 | 33.32 | 99 | - |
| YUV | 156.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 255 | 0.47 | 0.42 | 0 | 0 | 234.45 | 1 | 0.77 |
| Hex | 88 | 93 | FF | 2F | 2A | 0 | 0 | EA | 64 | 4D |
| Octal | 210 | 223 | 377 | 57 | 52 | 0 | 0 | 352 | 144 | 115 |
| Binary | 10001000 | 10010011 | 11111111 | 101111 | 101010 | 0 | 0 | 11101010 | 1100100 | 1001101 |
Color Harmonies of #8893FF
Complementary color
Monochromatic Colors of #8893FF
Black with #8893FF
Text Example
Text Example
White with #8893FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893FF; }
p { color: rgb(136,147,255); }
H1.HeaderClassName
{
color: #8893FF;
}
.AnyTagClassName
{
color: #8893FF;
}
</style>
background-color css
<style>
a { background-color: #8893FF; }
a { background-color: rgb(136,147,255); }
div.DivClassName
{
background-color: #8893FF;
}
.BgClassName
{
background-color: #8893FF;
}
</style>
border-color css
<style>
span { border-color: #8893FF; }
span { border-color: rgb(136,147,255); }
td.TdClassName
{
border-color: #8893FF;
}
.TagClassName
{
border-color: #8893FF;
}
</style>