Shades of Portage #929BED
Tints of Portage #929BED
RGB
CMYK
RGB Variations
Color information
#929BED (or 0x929BED) is known color: Portage. HEX triplet: 92, 9B and ED. RGB value is (146,155,237). Sum of RGB (Red+Green+Blue) = 146+155+237=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #929BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929BED is #6D6412. Grayscale: #A1A1A1. Windows color (decimal): -7169043 or 15571858. OLE color: 15571858.
HSL color Cylindrical-coordinate representation of color #929BED: hue angle of 234.07º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #929BED is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 155 | 237 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 234.07º | 0.72% | 0.75% | - |
| HSV(B) | 234.07º | 0.38% | 0.93% | - |
| XYZ | 38.86 | 35.67 | 84.96 | - |
| YUV | 161.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 237 | 0.38 | 0.35 | 0 | 0.07 | 234.07 | 0.72 | 0.75 |
| Hex | 92 | 9B | ED | 26 | 23 | 0 | 7 | EA | 48 | 4B |
| Octal | 222 | 233 | 355 | 46 | 43 | 0 | 7 | 352 | 110 | 113 |
| Binary | 10010010 | 10011011 | 11101101 | 100110 | 100011 | 0 | 111 | 11101010 | 1001000 | 1001011 |
Color Harmonies of #929BED
Complementary color
Monochromatic Colors of #929BED
Black with #929BED
Text Example
Text Example
White with #929BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BED; }
p { color: rgb(146,155,237); }
H1.HeaderClassName
{
color: #929BED;
}
.AnyTagClassName
{
color: #929BED;
}
</style>
background-color css
<style>
a { background-color: #929BED; }
a { background-color: rgb(146,155,237); }
div.DivClassName
{
background-color: #929BED;
}
.BgClassName
{
background-color: #929BED;
}
</style>
border-color css
<style>
span { border-color: #929BED; }
span { border-color: rgb(146,155,237); }
td.TdClassName
{
border-color: #929BED;
}
.TagClassName
{
border-color: #929BED;
}
</style>