Shades of Portage #92A8F0
Tints of Portage #92A8F0
RGB
CMYK
RGB Variations
Color information
#92A8F0 (or 0x92A8F0) is known color: Portage. HEX triplet: 92, A8 and F0. RGB value is (146,168,240). Sum of RGB (Red+Green+Blue) = 146+168+240=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #92A8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A8F0 is #6D570F. Grayscale: #A9A9A9. Windows color (decimal): -7165712 or 15771794. OLE color: 15771794.
HSL color Cylindrical-coordinate representation of color #92A8F0: hue angle of 225.96º 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 #92A8F0 is Cyan = 0.39, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 168 | 240 | - |
| CMYK | 0.39 | 0.3 | 0 | 0.06 |
| HSL | 225.96º | 0.76% | 0.76% | - |
| HSV(B) | 225.96º | 0.39% | 0.94% | - |
| XYZ | 41.58 | 40.41 | 88.05 | - |
| YUV | 169.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 240 | 0.39 | 0.3 | 0 | 0.06 | 225.96 | 0.76 | 0.76 |
| Hex | 92 | A8 | F0 | 27 | 1E | 0 | 6 | E2 | 4C | 4C |
| Octal | 222 | 250 | 360 | 47 | 36 | 0 | 6 | 342 | 114 | 114 |
| Binary | 10010010 | 10101000 | 11110000 | 100111 | 11110 | 0 | 110 | 11100010 | 1001100 | 1001100 |
Color Harmonies of #92A8F0
Complementary color
Monochromatic Colors of #92A8F0
Black with #92A8F0
Text Example
Text Example
White with #92A8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8F0; }
p { color: rgb(146,168,240); }
H1.HeaderClassName
{
color: #92A8F0;
}
.AnyTagClassName
{
color: #92A8F0;
}
</style>
background-color css
<style>
a { background-color: #92A8F0; }
a { background-color: rgb(146,168,240); }
div.DivClassName
{
background-color: #92A8F0;
}
.BgClassName
{
background-color: #92A8F0;
}
</style>
border-color css
<style>
span { border-color: #92A8F0; }
span { border-color: rgb(146,168,240); }
td.TdClassName
{
border-color: #92A8F0;
}
.TagClassName
{
border-color: #92A8F0;
}
</style>