Shades of Portage #929BEB
Tints of Portage #929BEB
RGB
CMYK
RGB Variations
Color information
#929BEB (or 0x929BEB) is known color: Portage. HEX triplet: 92, 9B and EB. RGB value is (146,155,235). Sum of RGB (Red+Green+Blue) = 146+155+235=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #929BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929BEB is #6D6414. Grayscale: #A1A1A1. Windows color (decimal): -7169045 or 15440786. OLE color: 15440786.
HSL color Cylindrical-coordinate representation of color #929BEB: hue angle of 233.93º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #929BEB is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 155 | 235 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.08 |
| HSL | 233.93º | 0.69% | 0.75% | - |
| HSV(B) | 233.93º | 0.38% | 0.92% | - |
| XYZ | 38.57 | 35.55 | 83.43 | - |
| YUV | 161.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 235 | 0.38 | 0.34 | 0 | 0.08 | 233.93 | 0.69 | 0.75 |
| Hex | 92 | 9B | EB | 26 | 22 | 0 | 8 | EA | 45 | 4B |
| Octal | 222 | 233 | 353 | 46 | 42 | 0 | 10 | 352 | 105 | 113 |
| Binary | 10010010 | 10011011 | 11101011 | 100110 | 100010 | 0 | 1000 | 11101010 | 1000101 | 1001011 |
Color Harmonies of #929BEB
Complementary color
Monochromatic Colors of #929BEB
Black with #929BEB
Text Example
Text Example
White with #929BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BEB; }
p { color: rgb(146,155,235); }
H1.HeaderClassName
{
color: #929BEB;
}
.AnyTagClassName
{
color: #929BEB;
}
</style>
background-color css
<style>
a { background-color: #929BEB; }
a { background-color: rgb(146,155,235); }
div.DivClassName
{
background-color: #929BEB;
}
.BgClassName
{
background-color: #929BEB;
}
</style>
border-color css
<style>
span { border-color: #929BEB; }
span { border-color: rgb(146,155,235); }
td.TdClassName
{
border-color: #929BEB;
}
.TagClassName
{
border-color: #929BEB;
}
</style>