Shades of Portage #92AAE2
Tints of Portage #92AAE2
RGB
CMYK
RGB Variations
Color information
#92AAE2 (or 0x92AAE2) is known color: Portage. HEX triplet: 92, AA and E2. RGB value is (146,170,226). Sum of RGB (Red+Green+Blue) = 146+170+226=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #92AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAE2 is #6D551D. Grayscale: #A8A8A8. Windows color (decimal): -7165214 or 14854802. OLE color: 14854802.
HSL color Cylindrical-coordinate representation of color #92AAE2: hue angle of 222º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92AAE2 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 170 | 226 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.11 |
| HSL | 222º | 0.58% | 0.73% | - |
| HSV(B) | 222º | 0.35% | 0.89% | - |
| XYZ | 39.96 | 40.35 | 77.63 | - |
| YUV | 169.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 226 | 0.35 | 0.25 | 0 | 0.11 | 222 | 0.58 | 0.73 |
| Hex | 92 | AA | E2 | 23 | 19 | 0 | B | DE | 3A | 49 |
| Octal | 222 | 252 | 342 | 43 | 31 | 0 | 13 | 336 | 72 | 111 |
| Binary | 10010010 | 10101010 | 11100010 | 100011 | 11001 | 0 | 1011 | 11011110 | 111010 | 1001001 |
Color Harmonies of #92AAE2
Complementary color
Monochromatic Colors of #92AAE2
Black with #92AAE2
Text Example
Text Example
White with #92AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAE2; }
p { color: rgb(146,170,226); }
H1.HeaderClassName
{
color: #92AAE2;
}
.AnyTagClassName
{
color: #92AAE2;
}
</style>
background-color css
<style>
a { background-color: #92AAE2; }
a { background-color: rgb(146,170,226); }
div.DivClassName
{
background-color: #92AAE2;
}
.BgClassName
{
background-color: #92AAE2;
}
</style>
border-color css
<style>
span { border-color: #92AAE2; }
span { border-color: rgb(146,170,226); }
td.TdClassName
{
border-color: #92AAE2;
}
.TagClassName
{
border-color: #92AAE2;
}
</style>