Shades of Portage #92A5F0
Tints of Portage #92A5F0
RGB
CMYK
RGB Variations
Color information
#92A5F0 (or 0x92A5F0) is known color: Portage. HEX triplet: 92, A5 and F0. RGB value is (146,165,240). Sum of RGB (Red+Green+Blue) = 146+165+240=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #92A5F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A5F0 is #6D5A0F. Grayscale: #A7A7A7. Windows color (decimal): -7166480 or 15771026. OLE color: 15771026.
HSL color Cylindrical-coordinate representation of color #92A5F0: hue angle of 227.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A5F0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 165 | 240 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.06 |
| HSL | 227.87º | 0.76% | 0.76% | - |
| HSV(B) | 227.87º | 0.39% | 0.94% | - |
| XYZ | 41.04 | 39.31 | 87.86 | - |
| YUV | 167.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 240 | 0.39 | 0.31 | 0 | 0.06 | 227.87 | 0.76 | 0.76 |
| Hex | 92 | A5 | F0 | 27 | 1F | 0 | 6 | E4 | 4C | 4C |
| Octal | 222 | 245 | 360 | 47 | 37 | 0 | 6 | 344 | 114 | 114 |
| Binary | 10010010 | 10100101 | 11110000 | 100111 | 11111 | 0 | 110 | 11100100 | 1001100 | 1001100 |
Color Harmonies of #92A5F0
Complementary color
Monochromatic Colors of #92A5F0
Black with #92A5F0
Text Example
Text Example
White with #92A5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A5F0; }
p { color: rgb(146,165,240); }
H1.HeaderClassName
{
color: #92A5F0;
}
.AnyTagClassName
{
color: #92A5F0;
}
</style>
background-color css
<style>
a { background-color: #92A5F0; }
a { background-color: rgb(146,165,240); }
div.DivClassName
{
background-color: #92A5F0;
}
.BgClassName
{
background-color: #92A5F0;
}
</style>
border-color css
<style>
span { border-color: #92A5F0; }
span { border-color: rgb(146,165,240); }
td.TdClassName
{
border-color: #92A5F0;
}
.TagClassName
{
border-color: #92A5F0;
}
</style>