Shades of Portage #92AAE5
Tints of Portage #92AAE5
RGB
CMYK
RGB Variations
Color information
#92AAE5 (or 0x92AAE5) is known color: Portage. HEX triplet: 92, AA and E5. RGB value is (146,170,229). Sum of RGB (Red+Green+Blue) = 146+170+229=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #92AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAE5 is #6D551A. Grayscale: #A9A9A9. Windows color (decimal): -7165211 or 15051410. OLE color: 15051410.
HSL color Cylindrical-coordinate representation of color #92AAE5: hue angle of 222.65º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AAE5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 170 | 229 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.10 |
| HSL | 222.65º | 0.61% | 0.74% | - |
| HSV(B) | 222.65º | 0.36% | 0.9% | - |
| XYZ | 40.37 | 40.52 | 79.82 | - |
| YUV | 169.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 229 | 0.36 | 0.26 | 0 | 0.10 | 222.65 | 0.61 | 0.74 |
| Hex | 92 | AA | E5 | 24 | 1A | 0 | A | DF | 3D | 4A |
| Octal | 222 | 252 | 345 | 44 | 32 | 0 | 12 | 337 | 75 | 112 |
| Binary | 10010010 | 10101010 | 11100101 | 100100 | 11010 | 0 | 1010 | 11011111 | 111101 | 1001010 |
Color Harmonies of #92AAE5
Complementary color
Monochromatic Colors of #92AAE5
Black with #92AAE5
Text Example
Text Example
White with #92AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAE5; }
p { color: rgb(146,170,229); }
H1.HeaderClassName
{
color: #92AAE5;
}
.AnyTagClassName
{
color: #92AAE5;
}
</style>
background-color css
<style>
a { background-color: #92AAE5; }
a { background-color: rgb(146,170,229); }
div.DivClassName
{
background-color: #92AAE5;
}
.BgClassName
{
background-color: #92AAE5;
}
</style>
border-color css
<style>
span { border-color: #92AAE5; }
span { border-color: rgb(146,170,229); }
td.TdClassName
{
border-color: #92AAE5;
}
.TagClassName
{
border-color: #92AAE5;
}
</style>