Shades of Portage #92AAE0
Tints of Portage #92AAE0
RGB
CMYK
RGB Variations
Color information
#92AAE0 (or 0x92AAE0) is known color: Portage. HEX triplet: 92, AA and E0. RGB value is (146,170,224). Sum of RGB (Red+Green+Blue) = 146+170+224=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #92AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAE0 is #6D551F. Grayscale: #A8A8A8. Windows color (decimal): -7165216 or 14723730. OLE color: 14723730.
HSL color Cylindrical-coordinate representation of color #92AAE0: hue angle of 221.54º degrees, saturation: 0.56, 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 #92AAE0 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 170 | 224 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.12 |
| HSL | 221.54º | 0.56% | 0.73% | - |
| HSV(B) | 221.54º | 0.35% | 0.88% | - |
| XYZ | 39.68 | 40.24 | 76.2 | - |
| YUV | 168.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 224 | 0.35 | 0.24 | 0 | 0.12 | 221.54 | 0.56 | 0.73 |
| Hex | 92 | AA | E0 | 23 | 18 | 0 | C | DE | 38 | 49 |
| Octal | 222 | 252 | 340 | 43 | 30 | 0 | 14 | 336 | 70 | 111 |
| Binary | 10010010 | 10101010 | 11100000 | 100011 | 11000 | 0 | 1100 | 11011110 | 111000 | 1001001 |
Color Harmonies of #92AAE0
Complementary color
Monochromatic Colors of #92AAE0
Black with #92AAE0
Text Example
Text Example
White with #92AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAE0; }
p { color: rgb(146,170,224); }
H1.HeaderClassName
{
color: #92AAE0;
}
.AnyTagClassName
{
color: #92AAE0;
}
</style>
background-color css
<style>
a { background-color: #92AAE0; }
a { background-color: rgb(146,170,224); }
div.DivClassName
{
background-color: #92AAE0;
}
.BgClassName
{
background-color: #92AAE0;
}
</style>
border-color css
<style>
span { border-color: #92AAE0; }
span { border-color: rgb(146,170,224); }
td.TdClassName
{
border-color: #92AAE0;
}
.TagClassName
{
border-color: #92AAE0;
}
</style>