Shades of Portage #8895DF
Tints of Portage #8895DF
RGB
CMYK
RGB Variations
Color information
#8895DF (or 0x8895DF) is known color: Portage. HEX triplet: 88, 95 and DF. RGB value is (136,149,223). Sum of RGB (Red+Green+Blue) = 136+149+223=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #8895DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895DF is #776A20. Grayscale: #999999. Windows color (decimal): -7825953 or 14652808. OLE color: 14652808.
HSL color Cylindrical-coordinate representation of color #8895DF: hue angle of 231.03º 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 #8895DF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 149 | 223 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.13 |
| HSL | 231.03º | 0.58% | 0.7% | - |
| HSV(B) | 231.03º | 0.39% | 0.87% | - |
| XYZ | 34.22 | 32.06 | 74.2 | - |
| YUV | 153.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 223 | 0.39 | 0.33 | 0 | 0.13 | 231.03 | 0.58 | 0.7 |
| Hex | 88 | 95 | DF | 27 | 21 | 0 | D | E7 | 3A | 46 |
| Octal | 210 | 225 | 337 | 47 | 41 | 0 | 15 | 347 | 72 | 106 |
| Binary | 10001000 | 10010101 | 11011111 | 100111 | 100001 | 0 | 1101 | 11100111 | 111010 | 1000110 |
Color Harmonies of #8895DF
Complementary color
Monochromatic Colors of #8895DF
Black with #8895DF
Text Example
Text Example
White with #8895DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895DF; }
p { color: rgb(136,149,223); }
H1.HeaderClassName
{
color: #8895DF;
}
.AnyTagClassName
{
color: #8895DF;
}
</style>
background-color css
<style>
a { background-color: #8895DF; }
a { background-color: rgb(136,149,223); }
div.DivClassName
{
background-color: #8895DF;
}
.BgClassName
{
background-color: #8895DF;
}
</style>
border-color css
<style>
span { border-color: #8895DF; }
span { border-color: rgb(136,149,223); }
td.TdClassName
{
border-color: #8895DF;
}
.TagClassName
{
border-color: #8895DF;
}
</style>