Shades of Portage #92A0EC
Tints of Portage #92A0EC
RGB
CMYK
RGB Variations
Color information
#92A0EC (or 0x92A0EC) is known color: Portage. HEX triplet: 92, A0 and EC. RGB value is (146,160,236). Sum of RGB (Red+Green+Blue) = 146+160+236=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #92A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A0EC is #6D5F13. Grayscale: #A4A4A4. Windows color (decimal): -7167764 or 15507602. OLE color: 15507602.
HSL color Cylindrical-coordinate representation of color #92A0EC: hue angle of 230.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92A0EC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 160 | 236 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.07 |
| HSL | 230.67º | 0.7% | 0.75% | - |
| HSV(B) | 230.67º | 0.38% | 0.93% | - |
| XYZ | 39.57 | 37.31 | 84.47 | - |
| YUV | 164.48 | 168.36 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 236 | 0.38 | 0.32 | 0 | 0.07 | 230.67 | 0.7 | 0.75 |
| Hex | 92 | A0 | EC | 26 | 20 | 0 | 7 | E7 | 46 | 4B |
| Octal | 222 | 240 | 354 | 46 | 40 | 0 | 7 | 347 | 106 | 113 |
| Binary | 10010010 | 10100000 | 11101100 | 100110 | 100000 | 0 | 111 | 11100111 | 1000110 | 1001011 |
Color Harmonies of #92A0EC
Complementary color
Monochromatic Colors of #92A0EC
Black with #92A0EC
Text Example
Text Example
White with #92A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0EC; }
p { color: rgb(146,160,236); }
H1.HeaderClassName
{
color: #92A0EC;
}
.AnyTagClassName
{
color: #92A0EC;
}
</style>
background-color css
<style>
a { background-color: #92A0EC; }
a { background-color: rgb(146,160,236); }
div.DivClassName
{
background-color: #92A0EC;
}
.BgClassName
{
background-color: #92A0EC;
}
</style>
border-color css
<style>
span { border-color: #92A0EC; }
span { border-color: rgb(146,160,236); }
td.TdClassName
{
border-color: #92A0EC;
}
.TagClassName
{
border-color: #92A0EC;
}
</style>