Shades of Portage #8992C5
Tints of Portage #8992C5
RGB
CMYK
RGB Variations
Color information
#8992C5 (or 0x8992C5) is known color: Portage. HEX triplet: 89, 92 and C5. RGB value is (137,146,197). Sum of RGB (Red+Green+Blue) = 137+146+197=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #8992C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992C5 is #766D3A. Grayscale: #949494. Windows color (decimal): -7761211 or 12948105. OLE color: 12948105.
HSL color Cylindrical-coordinate representation of color #8992C5: hue angle of 231º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8992C5 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 146 | 197 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.23 |
| HSL | 231º | 0.34% | 0.65% | - |
| HSV(B) | 231º | 0.3% | 0.77% | - |
| XYZ | 30.67 | 29.91 | 56.98 | - |
| YUV | 149.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 197 | 0.30 | 0.26 | 0 | 0.23 | 231 | 0.34 | 0.65 |
| Hex | 89 | 92 | C5 | 1E | 1A | 0 | 17 | E7 | 22 | 41 |
| Octal | 211 | 222 | 305 | 36 | 32 | 0 | 27 | 347 | 42 | 101 |
| Binary | 10001001 | 10010010 | 11000101 | 11110 | 11010 | 0 | 10111 | 11100111 | 100010 | 1000001 |
Color Harmonies of #8992C5
Complementary color
Monochromatic Colors of #8992C5
Black with #8992C5
Text Example
Text Example
White with #8992C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992C5; }
p { color: rgb(137,146,197); }
H1.HeaderClassName
{
color: #8992C5;
}
.AnyTagClassName
{
color: #8992C5;
}
</style>
background-color css
<style>
a { background-color: #8992C5; }
a { background-color: rgb(137,146,197); }
div.DivClassName
{
background-color: #8992C5;
}
.BgClassName
{
background-color: #8992C5;
}
</style>
border-color css
<style>
span { border-color: #8992C5; }
span { border-color: rgb(137,146,197); }
td.TdClassName
{
border-color: #8992C5;
}
.TagClassName
{
border-color: #8992C5;
}
</style>