Shades of Portage #929EE8
Tints of Portage #929EE8
RGB
CMYK
RGB Variations
Color information
#929EE8 (or 0x929EE8) is known color: Portage. HEX triplet: 92, 9E and E8. RGB value is (146,158,232). Sum of RGB (Red+Green+Blue) = 146+158+232=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #929EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929EE8 is #6D6117. Grayscale: #A2A2A2. Windows color (decimal): -7168280 or 15244946. OLE color: 15244946.
HSL color Cylindrical-coordinate representation of color #929EE8: hue angle of 231.63º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #929EE8 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 158 | 232 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.09 |
| HSL | 231.63º | 0.65% | 0.74% | - |
| HSV(B) | 231.63º | 0.37% | 0.91% | - |
| XYZ | 38.65 | 36.39 | 81.33 | - |
| YUV | 162.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 232 | 0.37 | 0.32 | 0 | 0.09 | 231.63 | 0.65 | 0.74 |
| Hex | 92 | 9E | E8 | 25 | 20 | 0 | 9 | E8 | 41 | 4A |
| Octal | 222 | 236 | 350 | 45 | 40 | 0 | 11 | 350 | 101 | 112 |
| Binary | 10010010 | 10011110 | 11101000 | 100101 | 100000 | 0 | 1001 | 11101000 | 1000001 | 1001010 |
Color Harmonies of #929EE8
Complementary color
Monochromatic Colors of #929EE8
Black with #929EE8
Text Example
Text Example
White with #929EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929EE8; }
p { color: rgb(146,158,232); }
H1.HeaderClassName
{
color: #929EE8;
}
.AnyTagClassName
{
color: #929EE8;
}
</style>
background-color css
<style>
a { background-color: #929EE8; }
a { background-color: rgb(146,158,232); }
div.DivClassName
{
background-color: #929EE8;
}
.BgClassName
{
background-color: #929EE8;
}
</style>
border-color css
<style>
span { border-color: #929EE8; }
span { border-color: rgb(146,158,232); }
td.TdClassName
{
border-color: #929EE8;
}
.TagClassName
{
border-color: #929EE8;
}
</style>