Shades of Portage #92A2FF
Tints of Portage #92A2FF
RGB
CMYK
RGB Variations
Color information
#92A2FF (or 0x92A2FF) is known color: Portage. HEX triplet: 92, A2 and FF. RGB value is (146,162,255). Sum of RGB (Red+Green+Blue) = 146+162+255=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #92A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A2FF is #6D5D00. Grayscale: #A7A7A7. Windows color (decimal): -7167233 or 16753298. OLE color: 16753298.
HSL color Cylindrical-coordinate representation of color #92A2FF: hue angle of 231.19º 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 #92A2FF is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 162 | 255 | - |
| CMYK | 0.43 | 0.36 | 0 | 0 |
| HSL | 231.19º | 1% | 0.79% | - |
| HSV(B) | 231.19º | 0.43% | 1% | - |
| XYZ | 42.82 | 39.17 | 99.91 | - |
| YUV | 167.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 255 | 0.43 | 0.36 | 0 | 0 | 231.19 | 1 | 0.79 |
| Hex | 92 | A2 | FF | 2B | 24 | 0 | 0 | E7 | 64 | 4F |
| Octal | 222 | 242 | 377 | 53 | 44 | 0 | 0 | 347 | 144 | 117 |
| Binary | 10010010 | 10100010 | 11111111 | 101011 | 100100 | 0 | 0 | 11100111 | 1100100 | 1001111 |
Color Harmonies of #92A2FF
Complementary color
Monochromatic Colors of #92A2FF
Black with #92A2FF
Text Example
Text Example
White with #92A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A2FF; }
p { color: rgb(146,162,255); }
H1.HeaderClassName
{
color: #92A2FF;
}
.AnyTagClassName
{
color: #92A2FF;
}
</style>
background-color css
<style>
a { background-color: #92A2FF; }
a { background-color: rgb(146,162,255); }
div.DivClassName
{
background-color: #92A2FF;
}
.BgClassName
{
background-color: #92A2FF;
}
</style>
border-color css
<style>
span { border-color: #92A2FF; }
span { border-color: rgb(146,162,255); }
td.TdClassName
{
border-color: #92A2FF;
}
.TagClassName
{
border-color: #92A2FF;
}
</style>