Shades of Portage #929EFF
Tints of Portage #929EFF
RGB
CMYK
RGB Variations
Color information
#929EFF (or 0x929EFF) is known color: Portage. HEX triplet: 92, 9E and FF. RGB value is (146,158,255). Sum of RGB (Red+Green+Blue) = 146+158+255=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #929EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929EFF is #6D6100. Grayscale: #A5A5A5. Windows color (decimal): -7168257 or 16752274. OLE color: 16752274.
HSL color Cylindrical-coordinate representation of color #929EFF: hue angle of 233.39º 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 #929EFF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 158 | 255 | - |
| CMYK | 0.43 | 0.38 | 0 | 0 |
| HSL | 233.39º | 1% | 0.79% | - |
| HSV(B) | 233.39º | 0.43% | 1% | - |
| XYZ | 42.13 | 37.78 | 99.68 | - |
| YUV | 165.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 255 | 0.43 | 0.38 | 0 | 0 | 233.39 | 1 | 0.79 |
| Hex | 92 | 9E | FF | 2B | 26 | 0 | 0 | E9 | 64 | 4F |
| Octal | 222 | 236 | 377 | 53 | 46 | 0 | 0 | 351 | 144 | 117 |
| Binary | 10010010 | 10011110 | 11111111 | 101011 | 100110 | 0 | 0 | 11101001 | 1100100 | 1001111 |
Color Harmonies of #929EFF
Complementary color
Monochromatic Colors of #929EFF
Black with #929EFF
Text Example
Text Example
White with #929EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929EFF; }
p { color: rgb(146,158,255); }
H1.HeaderClassName
{
color: #929EFF;
}
.AnyTagClassName
{
color: #929EFF;
}
</style>
background-color css
<style>
a { background-color: #929EFF; }
a { background-color: rgb(146,158,255); }
div.DivClassName
{
background-color: #929EFF;
}
.BgClassName
{
background-color: #929EFF;
}
</style>
border-color css
<style>
span { border-color: #929EFF; }
span { border-color: rgb(146,158,255); }
td.TdClassName
{
border-color: #929EFF;
}
.TagClassName
{
border-color: #929EFF;
}
</style>