Shades of Portage #92A2EF
Tints of Portage #92A2EF
RGB
CMYK
RGB Variations
Color information
#92A2EF (or 0x92A2EF) is known color: Portage. HEX triplet: 92, A2 and EF. RGB value is (146,162,239). Sum of RGB (Red+Green+Blue) = 146+162+239=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #92A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A2EF is #6D5D10. Grayscale: #A5A5A5. Windows color (decimal): -7167249 or 15704722. OLE color: 15704722.
HSL color Cylindrical-coordinate representation of color #92A2EF: hue angle of 229.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A2EF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 162 | 239 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.06 |
| HSL | 229.68º | 0.74% | 0.75% | - |
| HSV(B) | 229.68º | 0.39% | 0.94% | - |
| XYZ | 40.35 | 38.18 | 86.9 | - |
| YUV | 165.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 239 | 0.39 | 0.32 | 0 | 0.06 | 229.68 | 0.74 | 0.75 |
| Hex | 92 | A2 | EF | 27 | 20 | 0 | 6 | E6 | 4A | 4B |
| Octal | 222 | 242 | 357 | 47 | 40 | 0 | 6 | 346 | 112 | 113 |
| Binary | 10010010 | 10100010 | 11101111 | 100111 | 100000 | 0 | 110 | 11100110 | 1001010 | 1001011 |
Color Harmonies of #92A2EF
Complementary color
Monochromatic Colors of #92A2EF
Black with #92A2EF
Text Example
Text Example
White with #92A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A2EF; }
p { color: rgb(146,162,239); }
H1.HeaderClassName
{
color: #92A2EF;
}
.AnyTagClassName
{
color: #92A2EF;
}
</style>
background-color css
<style>
a { background-color: #92A2EF; }
a { background-color: rgb(146,162,239); }
div.DivClassName
{
background-color: #92A2EF;
}
.BgClassName
{
background-color: #92A2EF;
}
</style>
border-color css
<style>
span { border-color: #92A2EF; }
span { border-color: rgb(146,162,239); }
td.TdClassName
{
border-color: #92A2EF;
}
.TagClassName
{
border-color: #92A2EF;
}
</style>