Shades of Portage #8892DA
Tints of Portage #8892DA
RGB
CMYK
RGB Variations
Color information
#8892DA (or 0x8892DA) is known color: Portage. HEX triplet: 88, 92 and DA. RGB value is (136,146,218). Sum of RGB (Red+Green+Blue) = 136+146+218=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8892DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892DA is #776D25. Grayscale: #969696. Windows color (decimal): -7826726 or 14324360. OLE color: 14324360.
HSL color Cylindrical-coordinate representation of color #8892DA: hue angle of 232.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8892DA is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 146 | 218 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.15 |
| HSL | 232.68º | 0.53% | 0.69% | - |
| HSV(B) | 232.68º | 0.38% | 0.85% | - |
| XYZ | 33.09 | 30.85 | 70.54 | - |
| YUV | 151.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 218 | 0.38 | 0.33 | 0 | 0.15 | 232.68 | 0.53 | 0.69 |
| Hex | 88 | 92 | DA | 26 | 21 | 0 | F | E9 | 35 | 45 |
| Octal | 210 | 222 | 332 | 46 | 41 | 0 | 17 | 351 | 65 | 105 |
| Binary | 10001000 | 10010010 | 11011010 | 100110 | 100001 | 0 | 1111 | 11101001 | 110101 | 1000101 |
Color Harmonies of #8892DA
Complementary color
Monochromatic Colors of #8892DA
Black with #8892DA
Text Example
Text Example
White with #8892DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8892DA; }
p { color: rgb(136,146,218); }
H1.HeaderClassName
{
color: #8892DA;
}
.AnyTagClassName
{
color: #8892DA;
}
</style>
background-color css
<style>
a { background-color: #8892DA; }
a { background-color: rgb(136,146,218); }
div.DivClassName
{
background-color: #8892DA;
}
.BgClassName
{
background-color: #8892DA;
}
</style>
border-color css
<style>
span { border-color: #8892DA; }
span { border-color: rgb(136,146,218); }
td.TdClassName
{
border-color: #8892DA;
}
.TagClassName
{
border-color: #8892DA;
}
</style>