Shades of Portage #8894DF
Tints of Portage #8894DF
RGB
CMYK
RGB Variations
Color information
#8894DF (or 0x8894DF) is known color: Portage. HEX triplet: 88, 94 and DF. RGB value is (136,148,223). Sum of RGB (Red+Green+Blue) = 136+148+223=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #8894DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894DF is #776B20. Grayscale: #989898. Windows color (decimal): -7826209 or 14652552. OLE color: 14652552.
HSL color Cylindrical-coordinate representation of color #8894DF: hue angle of 231.72º 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 #8894DF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 148 | 223 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.13 |
| HSL | 231.72º | 0.58% | 0.7% | - |
| HSV(B) | 231.72º | 0.39% | 0.87% | - |
| XYZ | 34.06 | 31.74 | 74.14 | - |
| YUV | 152.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 223 | 0.39 | 0.34 | 0 | 0.13 | 231.72 | 0.58 | 0.7 |
| Hex | 88 | 94 | DF | 27 | 22 | 0 | D | E8 | 3A | 46 |
| Octal | 210 | 224 | 337 | 47 | 42 | 0 | 15 | 350 | 72 | 106 |
| Binary | 10001000 | 10010100 | 11011111 | 100111 | 100010 | 0 | 1101 | 11101000 | 111010 | 1000110 |
Color Harmonies of #8894DF
Complementary color
Monochromatic Colors of #8894DF
Black with #8894DF
Text Example
Text Example
White with #8894DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894DF; }
p { color: rgb(136,148,223); }
H1.HeaderClassName
{
color: #8894DF;
}
.AnyTagClassName
{
color: #8894DF;
}
</style>
background-color css
<style>
a { background-color: #8894DF; }
a { background-color: rgb(136,148,223); }
div.DivClassName
{
background-color: #8894DF;
}
.BgClassName
{
background-color: #8894DF;
}
</style>
border-color css
<style>
span { border-color: #8894DF; }
span { border-color: rgb(136,148,223); }
td.TdClassName
{
border-color: #8894DF;
}
.TagClassName
{
border-color: #8894DF;
}
</style>