Shades of Portage #929BEE
Tints of Portage #929BEE
RGB
CMYK
RGB Variations
Color information
#929BEE (or 0x929BEE) is known color: Portage. HEX triplet: 92, 9B and EE. RGB value is (146,155,238). Sum of RGB (Red+Green+Blue) = 146+155+238=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #929BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929BEE is #6D6411. Grayscale: #A1A1A1. Windows color (decimal): -7169042 or 15637394. OLE color: 15637394.
HSL color Cylindrical-coordinate representation of color #929BEE: hue angle of 234.13º 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 #929BEE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 155 | 238 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 234.13º | 0.73% | 0.75% | - |
| HSV(B) | 234.13º | 0.39% | 0.93% | - |
| XYZ | 39.01 | 35.73 | 85.73 | - |
| YUV | 161.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 238 | 0.39 | 0.35 | 0 | 0.07 | 234.13 | 0.73 | 0.75 |
| Hex | 92 | 9B | EE | 27 | 23 | 0 | 7 | EA | 49 | 4B |
| Octal | 222 | 233 | 356 | 47 | 43 | 0 | 7 | 352 | 111 | 113 |
| Binary | 10010010 | 10011011 | 11101110 | 100111 | 100011 | 0 | 111 | 11101010 | 1001001 | 1001011 |
Color Harmonies of #929BEE
Complementary color
Monochromatic Colors of #929BEE
Black with #929BEE
Text Example
Text Example
White with #929BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BEE; }
p { color: rgb(146,155,238); }
H1.HeaderClassName
{
color: #929BEE;
}
.AnyTagClassName
{
color: #929BEE;
}
</style>
background-color css
<style>
a { background-color: #929BEE; }
a { background-color: rgb(146,155,238); }
div.DivClassName
{
background-color: #929BEE;
}
.BgClassName
{
background-color: #929BEE;
}
</style>
border-color css
<style>
span { border-color: #929BEE; }
span { border-color: rgb(146,155,238); }
td.TdClassName
{
border-color: #929BEE;
}
.TagClassName
{
border-color: #929BEE;
}
</style>