Shades of Portage #8992FA
Tints of Portage #8992FA
RGB
CMYK
RGB Variations
Color information
#8992FA (or 0x8992FA) is known color: Portage. HEX triplet: 89, 92 and FA. RGB value is (137,146,250). Sum of RGB (Red+Green+Blue) = 137+146+250=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #8992FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8992FA is #766D05. Grayscale: #9A9A9A. Windows color (decimal): -7761158 or 16421513. OLE color: 16421513.
HSL color Cylindrical-coordinate representation of color #8992FA: hue angle of 235.22º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8992FA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 146 | 250 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.02 |
| HSL | 235.22º | 0.92% | 0.76% | - |
| HSV(B) | 235.22º | 0.45% | 0.98% | - |
| XYZ | 37.85 | 32.78 | 94.77 | - |
| YUV | 155.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 250 | 0.45 | 0.42 | 0 | 0.02 | 235.22 | 0.92 | 0.76 |
| Hex | 89 | 92 | FA | 2D | 2A | 0 | 2 | EB | 5C | 4C |
| Octal | 211 | 222 | 372 | 55 | 52 | 0 | 2 | 353 | 134 | 114 |
| Binary | 10001001 | 10010010 | 11111010 | 101101 | 101010 | 0 | 10 | 11101011 | 1011100 | 1001100 |
Color Harmonies of #8992FA
Complementary color
Monochromatic Colors of #8992FA
Black with #8992FA
Text Example
Text Example
White with #8992FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992FA; }
p { color: rgb(137,146,250); }
H1.HeaderClassName
{
color: #8992FA;
}
.AnyTagClassName
{
color: #8992FA;
}
</style>
background-color css
<style>
a { background-color: #8992FA; }
a { background-color: rgb(137,146,250); }
div.DivClassName
{
background-color: #8992FA;
}
.BgClassName
{
background-color: #8992FA;
}
</style>
border-color css
<style>
span { border-color: #8992FA; }
span { border-color: rgb(137,146,250); }
td.TdClassName
{
border-color: #8992FA;
}
.TagClassName
{
border-color: #8992FA;
}
</style>