Shades of Portage #929AEE
Tints of Portage #929AEE
RGB
CMYK
RGB Variations
Color information
#929AEE (or 0x929AEE) is known color: Portage. HEX triplet: 92, 9A and EE. RGB value is (146,154,238). Sum of RGB (Red+Green+Blue) = 146+154+238=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #929AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929AEE is #6D6511. Grayscale: #A0A0A0. Windows color (decimal): -7169298 or 15637138. OLE color: 15637138.
HSL color Cylindrical-coordinate representation of color #929AEE: hue angle of 234.78º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #929AEE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 154 | 238 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 234.78º | 0.73% | 0.75% | - |
| HSV(B) | 234.78º | 0.39% | 0.93% | - |
| XYZ | 38.84 | 35.4 | 85.67 | - |
| YUV | 161.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 238 | 0.39 | 0.35 | 0 | 0.07 | 234.78 | 0.73 | 0.75 |
| Hex | 92 | 9A | EE | 27 | 23 | 0 | 7 | EB | 49 | 4B |
| Octal | 222 | 232 | 356 | 47 | 43 | 0 | 7 | 353 | 111 | 113 |
| Binary | 10010010 | 10011010 | 11101110 | 100111 | 100011 | 0 | 111 | 11101011 | 1001001 | 1001011 |
Color Harmonies of #929AEE
Complementary color
Monochromatic Colors of #929AEE
Black with #929AEE
Text Example
Text Example
White with #929AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929AEE; }
p { color: rgb(146,154,238); }
H1.HeaderClassName
{
color: #929AEE;
}
.AnyTagClassName
{
color: #929AEE;
}
</style>
background-color css
<style>
a { background-color: #929AEE; }
a { background-color: rgb(146,154,238); }
div.DivClassName
{
background-color: #929AEE;
}
.BgClassName
{
background-color: #929AEE;
}
</style>
border-color css
<style>
span { border-color: #929AEE; }
span { border-color: rgb(146,154,238); }
td.TdClassName
{
border-color: #929AEE;
}
.TagClassName
{
border-color: #929AEE;
}
</style>