Shades of Portage #92A0FF
Tints of Portage #92A0FF
RGB
CMYK
RGB Variations
Color information
#92A0FF (or 0x92A0FF) is known color: Portage. HEX triplet: 92, A0 and FF. RGB value is (146,160,255). Sum of RGB (Red+Green+Blue) = 146+160+255=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #92A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A0FF is #6D5F00. Grayscale: #A6A6A6. Windows color (decimal): -7167745 or 16752786. OLE color: 16752786.
HSL color Cylindrical-coordinate representation of color #92A0FF: hue angle of 232.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92A0FF is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 160 | 255 | - |
| CMYK | 0.43 | 0.37 | 0 | 0 |
| HSL | 232.29º | 1% | 0.79% | - |
| HSV(B) | 232.29º | 0.43% | 1% | - |
| XYZ | 42.47 | 38.47 | 99.8 | - |
| YUV | 166.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 255 | 0.43 | 0.37 | 0 | 0 | 232.29 | 1 | 0.79 |
| Hex | 92 | A0 | FF | 2B | 25 | 0 | 0 | E8 | 64 | 4F |
| Octal | 222 | 240 | 377 | 53 | 45 | 0 | 0 | 350 | 144 | 117 |
| Binary | 10010010 | 10100000 | 11111111 | 101011 | 100101 | 0 | 0 | 11101000 | 1100100 | 1001111 |
Color Harmonies of #92A0FF
Complementary color
Monochromatic Colors of #92A0FF
Black with #92A0FF
Text Example
Text Example
White with #92A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0FF; }
p { color: rgb(146,160,255); }
H1.HeaderClassName
{
color: #92A0FF;
}
.AnyTagClassName
{
color: #92A0FF;
}
</style>
background-color css
<style>
a { background-color: #92A0FF; }
a { background-color: rgb(146,160,255); }
div.DivClassName
{
background-color: #92A0FF;
}
.BgClassName
{
background-color: #92A0FF;
}
</style>
border-color css
<style>
span { border-color: #92A0FF; }
span { border-color: rgb(146,160,255); }
td.TdClassName
{
border-color: #92A0FF;
}
.TagClassName
{
border-color: #92A0FF;
}
</style>