Shades of Portage #92A7EF
Tints of Portage #92A7EF
RGB
CMYK
RGB Variations
Color information
#92A7EF (or 0x92A7EF) is known color: Portage. HEX triplet: 92, A7 and EF. RGB value is (146,167,239). Sum of RGB (Red+Green+Blue) = 146+167+239=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #92A7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A7EF is #6D5810. Grayscale: #A8A8A8. Windows color (decimal): -7165969 or 15706002. OLE color: 15706002.
HSL color Cylindrical-coordinate representation of color #92A7EF: hue angle of 226.45º 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 #92A7EF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 167 | 239 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.06 |
| HSL | 226.45º | 0.74% | 0.75% | - |
| HSV(B) | 226.45º | 0.39% | 0.94% | - |
| XYZ | 41.25 | 39.98 | 87.2 | - |
| YUV | 168.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 167 | 239 | 0.39 | 0.30 | 0 | 0.06 | 226.45 | 0.74 | 0.75 |
| Hex | 92 | A7 | EF | 27 | 1E | 0 | 6 | E2 | 4A | 4B |
| Octal | 222 | 247 | 357 | 47 | 36 | 0 | 6 | 342 | 112 | 113 |
| Binary | 10010010 | 10100111 | 11101111 | 100111 | 11110 | 0 | 110 | 11100010 | 1001010 | 1001011 |
Color Harmonies of #92A7EF
Complementary color
Monochromatic Colors of #92A7EF
Black with #92A7EF
Text Example
Text Example
White with #92A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A7EF; }
p { color: rgb(146,167,239); }
H1.HeaderClassName
{
color: #92A7EF;
}
.AnyTagClassName
{
color: #92A7EF;
}
</style>
background-color css
<style>
a { background-color: #92A7EF; }
a { background-color: rgb(146,167,239); }
div.DivClassName
{
background-color: #92A7EF;
}
.BgClassName
{
background-color: #92A7EF;
}
</style>
border-color css
<style>
span { border-color: #92A7EF; }
span { border-color: rgb(146,167,239); }
td.TdClassName
{
border-color: #92A7EF;
}
.TagClassName
{
border-color: #92A7EF;
}
</style>