Shades of Portage #8891CF
Tints of Portage #8891CF
RGB
CMYK
RGB Variations
Color information
#8891CF (or 0x8891CF) is known color: Portage. HEX triplet: 88, 91 and CF. RGB value is (136,145,207). Sum of RGB (Red+Green+Blue) = 136+145+207=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #8891CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891CF is #776E30. Grayscale: #959595. Windows color (decimal): -7826993 or 13603208. OLE color: 13603208.
HSL color Cylindrical-coordinate representation of color #8891CF: hue angle of 232.39º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8891CF is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 145 | 207 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.19 |
| HSL | 232.39º | 0.43% | 0.67% | - |
| HSV(B) | 232.39º | 0.34% | 0.81% | - |
| XYZ | 31.54 | 29.99 | 63.16 | - |
| YUV | 149.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 207 | 0.34 | 0.30 | 0 | 0.19 | 232.39 | 0.43 | 0.67 |
| Hex | 88 | 91 | CF | 22 | 1E | 0 | 13 | E8 | 2B | 43 |
| Octal | 210 | 221 | 317 | 42 | 36 | 0 | 23 | 350 | 53 | 103 |
| Binary | 10001000 | 10010001 | 11001111 | 100010 | 11110 | 0 | 10011 | 11101000 | 101011 | 1000011 |
Color Harmonies of #8891CF
Complementary color
Monochromatic Colors of #8891CF
Black with #8891CF
Text Example
Text Example
White with #8891CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891CF; }
p { color: rgb(136,145,207); }
H1.HeaderClassName
{
color: #8891CF;
}
.AnyTagClassName
{
color: #8891CF;
}
</style>
background-color css
<style>
a { background-color: #8891CF; }
a { background-color: rgb(136,145,207); }
div.DivClassName
{
background-color: #8891CF;
}
.BgClassName
{
background-color: #8891CF;
}
</style>
border-color css
<style>
span { border-color: #8891CF; }
span { border-color: rgb(136,145,207); }
td.TdClassName
{
border-color: #8891CF;
}
.TagClassName
{
border-color: #8891CF;
}
</style>