Shades of Portage #8891DF
Tints of Portage #8891DF
RGB
CMYK
RGB Variations
Color information
#8891DF (or 0x8891DF) is known color: Portage. HEX triplet: 88, 91 and DF. RGB value is (136,145,223). Sum of RGB (Red+Green+Blue) = 136+145+223=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8891DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DF is #776E20. Grayscale: #969696. Windows color (decimal): -7826977 or 14651784. OLE color: 14651784.
HSL color Cylindrical-coordinate representation of color #8891DF: hue angle of 233.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8891DF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 145 | 223 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.13 |
| HSL | 233.79º | 0.58% | 0.7% | - |
| HSV(B) | 233.79º | 0.39% | 0.87% | - |
| XYZ | 33.6 | 30.81 | 73.99 | - |
| YUV | 151.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 223 | 0.39 | 0.35 | 0 | 0.13 | 233.79 | 0.58 | 0.7 |
| Hex | 88 | 91 | DF | 27 | 23 | 0 | D | EA | 3A | 46 |
| Octal | 210 | 221 | 337 | 47 | 43 | 0 | 15 | 352 | 72 | 106 |
| Binary | 10001000 | 10010001 | 11011111 | 100111 | 100011 | 0 | 1101 | 11101010 | 111010 | 1000110 |
Color Harmonies of #8891DF
Complementary color
Monochromatic Colors of #8891DF
Black with #8891DF
Text Example
Text Example
White with #8891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891DF; }
p { color: rgb(136,145,223); }
H1.HeaderClassName
{
color: #8891DF;
}
.AnyTagClassName
{
color: #8891DF;
}
</style>
background-color css
<style>
a { background-color: #8891DF; }
a { background-color: rgb(136,145,223); }
div.DivClassName
{
background-color: #8891DF;
}
.BgClassName
{
background-color: #8891DF;
}
</style>
border-color css
<style>
span { border-color: #8891DF; }
span { border-color: rgb(136,145,223); }
td.TdClassName
{
border-color: #8891DF;
}
.TagClassName
{
border-color: #8891DF;
}
</style>