Shades of Portage #8992DB
Tints of Portage #8992DB
RGB
CMYK
RGB Variations
Color information
#8992DB (or 0x8992DB) is known color: Portage. HEX triplet: 89, 92 and DB. RGB value is (137,146,219). Sum of RGB (Red+Green+Blue) = 137+146+219=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8992DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992DB is #766D24. Grayscale: #979797. Windows color (decimal): -7761189 or 14389897. OLE color: 14389897.
HSL color Cylindrical-coordinate representation of color #8992DB: hue angle of 233.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8992DB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 146 | 219 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.14 |
| HSL | 233.41º | 0.53% | 0.7% | - |
| HSV(B) | 233.41º | 0.37% | 0.86% | - |
| XYZ | 33.38 | 30.99 | 71.24 | - |
| YUV | 151.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 219 | 0.37 | 0.33 | 0 | 0.14 | 233.41 | 0.53 | 0.7 |
| Hex | 89 | 92 | DB | 25 | 21 | 0 | E | E9 | 35 | 46 |
| Octal | 211 | 222 | 333 | 45 | 41 | 0 | 16 | 351 | 65 | 106 |
| Binary | 10001001 | 10010010 | 11011011 | 100101 | 100001 | 0 | 1110 | 11101001 | 110101 | 1000110 |
Color Harmonies of #8992DB
Complementary color
Monochromatic Colors of #8992DB
Black with #8992DB
Text Example
Text Example
White with #8992DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992DB; }
p { color: rgb(137,146,219); }
H1.HeaderClassName
{
color: #8992DB;
}
.AnyTagClassName
{
color: #8992DB;
}
</style>
background-color css
<style>
a { background-color: #8992DB; }
a { background-color: rgb(137,146,219); }
div.DivClassName
{
background-color: #8992DB;
}
.BgClassName
{
background-color: #8992DB;
}
</style>
border-color css
<style>
span { border-color: #8992DB; }
span { border-color: rgb(137,146,219); }
td.TdClassName
{
border-color: #8992DB;
}
.TagClassName
{
border-color: #8992DB;
}
</style>