Shades of Portage #8992E6
Tints of Portage #8992E6
RGB
CMYK
RGB Variations
Color information
#8992E6 (or 0x8992E6) is known color: Portage. HEX triplet: 89, 92 and E6. RGB value is (137,146,230). Sum of RGB (Red+Green+Blue) = 137+146+230=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #8992E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8992E6 is #766D19. Grayscale: #989898. Windows color (decimal): -7761178 or 15110793. OLE color: 15110793.
HSL color Cylindrical-coordinate representation of color #8992E6: hue angle of 234.19º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8992E6 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 146 | 230 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.10 |
| HSL | 234.19º | 0.65% | 0.72% | - |
| HSV(B) | 234.19º | 0.4% | 0.9% | - |
| XYZ | 34.88 | 31.59 | 79.12 | - |
| YUV | 152.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 230 | 0.40 | 0.37 | 0 | 0.10 | 234.19 | 0.65 | 0.72 |
| Hex | 89 | 92 | E6 | 28 | 25 | 0 | A | EA | 41 | 48 |
| Octal | 211 | 222 | 346 | 50 | 45 | 0 | 12 | 352 | 101 | 110 |
| Binary | 10001001 | 10010010 | 11100110 | 101000 | 100101 | 0 | 1010 | 11101010 | 1000001 | 1001000 |
Color Harmonies of #8992E6
Complementary color
Monochromatic Colors of #8992E6
Black with #8992E6
Text Example
Text Example
White with #8992E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992E6; }
p { color: rgb(137,146,230); }
H1.HeaderClassName
{
color: #8992E6;
}
.AnyTagClassName
{
color: #8992E6;
}
</style>
background-color css
<style>
a { background-color: #8992E6; }
a { background-color: rgb(137,146,230); }
div.DivClassName
{
background-color: #8992E6;
}
.BgClassName
{
background-color: #8992E6;
}
</style>
border-color css
<style>
span { border-color: #8992E6; }
span { border-color: rgb(137,146,230); }
td.TdClassName
{
border-color: #8992E6;
}
.TagClassName
{
border-color: #8992E6;
}
</style>