Shades of Portage #92AAE6
Tints of Portage #92AAE6
RGB
CMYK
RGB Variations
Color information
#92AAE6 (or 0x92AAE6) is known color: Portage. HEX triplet: 92, AA and E6. RGB value is (146,170,230). Sum of RGB (Red+Green+Blue) = 146+170+230=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #92AAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92AAE6 is #6D5519. Grayscale: #A9A9A9. Windows color (decimal): -7165210 or 15116946. OLE color: 15116946.
HSL color Cylindrical-coordinate representation of color #92AAE6: hue angle of 222.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92AAE6 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 170 | 230 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.10 |
| HSL | 222.86º | 0.63% | 0.74% | - |
| HSV(B) | 222.86º | 0.37% | 0.9% | - |
| XYZ | 40.51 | 40.57 | 80.56 | - |
| YUV | 169.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 230 | 0.37 | 0.26 | 0 | 0.10 | 222.86 | 0.63 | 0.74 |
| Hex | 92 | AA | E6 | 25 | 1A | 0 | A | DF | 3F | 4A |
| Octal | 222 | 252 | 346 | 45 | 32 | 0 | 12 | 337 | 77 | 112 |
| Binary | 10010010 | 10101010 | 11100110 | 100101 | 11010 | 0 | 1010 | 11011111 | 111111 | 1001010 |
Color Harmonies of #92AAE6
Complementary color
Monochromatic Colors of #92AAE6
Black with #92AAE6
Text Example
Text Example
White with #92AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAE6; }
p { color: rgb(146,170,230); }
H1.HeaderClassName
{
color: #92AAE6;
}
.AnyTagClassName
{
color: #92AAE6;
}
</style>
background-color css
<style>
a { background-color: #92AAE6; }
a { background-color: rgb(146,170,230); }
div.DivClassName
{
background-color: #92AAE6;
}
.BgClassName
{
background-color: #92AAE6;
}
</style>
border-color css
<style>
span { border-color: #92AAE6; }
span { border-color: rgb(146,170,230); }
td.TdClassName
{
border-color: #92AAE6;
}
.TagClassName
{
border-color: #92AAE6;
}
</style>