Shades of Portage #8893DF
Tints of Portage #8893DF
RGB
CMYK
RGB Variations
Color information
#8893DF (or 0x8893DF) is known color: Portage. HEX triplet: 88, 93 and DF. RGB value is (136,147,223). Sum of RGB (Red+Green+Blue) = 136+147+223=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #8893DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893DF is #776C20. Grayscale: #989898. Windows color (decimal): -7826465 or 14652296. OLE color: 14652296.
HSL color Cylindrical-coordinate representation of color #8893DF: hue angle of 232.41º 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 #8893DF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 147 | 223 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.13 |
| HSL | 232.41º | 0.58% | 0.7% | - |
| HSV(B) | 232.41º | 0.39% | 0.87% | - |
| XYZ | 33.91 | 31.43 | 74.09 | - |
| YUV | 152.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 223 | 0.39 | 0.34 | 0 | 0.13 | 232.41 | 0.58 | 0.7 |
| Hex | 88 | 93 | DF | 27 | 22 | 0 | D | E8 | 3A | 46 |
| Octal | 210 | 223 | 337 | 47 | 42 | 0 | 15 | 350 | 72 | 106 |
| Binary | 10001000 | 10010011 | 11011111 | 100111 | 100010 | 0 | 1101 | 11101000 | 111010 | 1000110 |
Color Harmonies of #8893DF
Complementary color
Monochromatic Colors of #8893DF
Black with #8893DF
Text Example
Text Example
White with #8893DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893DF; }
p { color: rgb(136,147,223); }
H1.HeaderClassName
{
color: #8893DF;
}
.AnyTagClassName
{
color: #8893DF;
}
</style>
background-color css
<style>
a { background-color: #8893DF; }
a { background-color: rgb(136,147,223); }
div.DivClassName
{
background-color: #8893DF;
}
.BgClassName
{
background-color: #8893DF;
}
</style>
border-color css
<style>
span { border-color: #8893DF; }
span { border-color: rgb(136,147,223); }
td.TdClassName
{
border-color: #8893DF;
}
.TagClassName
{
border-color: #8893DF;
}
</style>