Shades of Portage #929EFC
Tints of Portage #929EFC
RGB
CMYK
RGB Variations
Color information
#929EFC (or 0x929EFC) is known color: Portage. HEX triplet: 92, 9E and FC. RGB value is (146,158,252). Sum of RGB (Red+Green+Blue) = 146+158+252=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #929EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929EFC is #6D6103. Grayscale: #A4A4A4. Windows color (decimal): -7168260 or 16555666. OLE color: 16555666.
HSL color Cylindrical-coordinate representation of color #929EFC: hue angle of 233.21º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929EFC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 158 | 252 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.01 |
| HSL | 233.21º | 0.95% | 0.78% | - |
| HSV(B) | 233.21º | 0.42% | 0.99% | - |
| XYZ | 41.65 | 37.59 | 97.16 | - |
| YUV | 165.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 252 | 0.42 | 0.37 | 0 | 0.01 | 233.21 | 0.95 | 0.78 |
| Hex | 92 | 9E | FC | 2A | 25 | 0 | 1 | E9 | 5F | 4E |
| Octal | 222 | 236 | 374 | 52 | 45 | 0 | 1 | 351 | 137 | 116 |
| Binary | 10010010 | 10011110 | 11111100 | 101010 | 100101 | 0 | 1 | 11101001 | 1011111 | 1001110 |
Color Harmonies of #929EFC
Complementary color
Monochromatic Colors of #929EFC
Black with #929EFC
Text Example
Text Example
White with #929EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929EFC; }
p { color: rgb(146,158,252); }
H1.HeaderClassName
{
color: #929EFC;
}
.AnyTagClassName
{
color: #929EFC;
}
</style>
background-color css
<style>
a { background-color: #929EFC; }
a { background-color: rgb(146,158,252); }
div.DivClassName
{
background-color: #929EFC;
}
.BgClassName
{
background-color: #929EFC;
}
</style>
border-color css
<style>
span { border-color: #929EFC; }
span { border-color: rgb(146,158,252); }
td.TdClassName
{
border-color: #929EFC;
}
.TagClassName
{
border-color: #929EFC;
}
</style>