Shades of Portage #92AAE1
Tints of Portage #92AAE1
RGB
CMYK
RGB Variations
Color information
#92AAE1 (or 0x92AAE1) is known color: Portage. HEX triplet: 92, AA and E1. RGB value is (146,170,225). Sum of RGB (Red+Green+Blue) = 146+170+225=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #92AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAE1 is #6D551E. Grayscale: #A8A8A8. Windows color (decimal): -7165215 or 14789266. OLE color: 14789266.
HSL color Cylindrical-coordinate representation of color #92AAE1: hue angle of 221.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92AAE1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 170 | 225 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.12 |
| HSL | 221.77º | 0.57% | 0.73% | - |
| HSV(B) | 221.77º | 0.35% | 0.88% | - |
| XYZ | 39.82 | 40.3 | 76.91 | - |
| YUV | 169.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 225 | 0.35 | 0.24 | 0 | 0.12 | 221.77 | 0.57 | 0.73 |
| Hex | 92 | AA | E1 | 23 | 18 | 0 | C | DE | 39 | 49 |
| Octal | 222 | 252 | 341 | 43 | 30 | 0 | 14 | 336 | 71 | 111 |
| Binary | 10010010 | 10101010 | 11100001 | 100011 | 11000 | 0 | 1100 | 11011110 | 111001 | 1001001 |
Color Harmonies of #92AAE1
Complementary color
Monochromatic Colors of #92AAE1
Black with #92AAE1
Text Example
Text Example
White with #92AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAE1; }
p { color: rgb(146,170,225); }
H1.HeaderClassName
{
color: #92AAE1;
}
.AnyTagClassName
{
color: #92AAE1;
}
</style>
background-color css
<style>
a { background-color: #92AAE1; }
a { background-color: rgb(146,170,225); }
div.DivClassName
{
background-color: #92AAE1;
}
.BgClassName
{
background-color: #92AAE1;
}
</style>
border-color css
<style>
span { border-color: #92AAE1; }
span { border-color: rgb(146,170,225); }
td.TdClassName
{
border-color: #92AAE1;
}
.TagClassName
{
border-color: #92AAE1;
}
</style>