Shades of Portage #929DE1
Tints of Portage #929DE1
RGB
CMYK
RGB Variations
Color information
#929DE1 (or 0x929DE1) is known color: Portage. HEX triplet: 92, 9D and E1. RGB value is (146,157,225). Sum of RGB (Red+Green+Blue) = 146+157+225=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #929DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DE1 is #6D621E. Grayscale: #A1A1A1. Windows color (decimal): -7168543 or 14785938. OLE color: 14785938.
HSL color Cylindrical-coordinate representation of color #929DE1: hue angle of 231.65º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929DE1 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 157 | 225 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.12 |
| HSL | 231.65º | 0.57% | 0.73% | - |
| HSV(B) | 231.65º | 0.35% | 0.88% | - |
| XYZ | 37.5 | 35.66 | 76.14 | - |
| YUV | 161.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 225 | 0.35 | 0.30 | 0 | 0.12 | 231.65 | 0.57 | 0.73 |
| Hex | 92 | 9D | E1 | 23 | 1E | 0 | C | E8 | 39 | 49 |
| Octal | 222 | 235 | 341 | 43 | 36 | 0 | 14 | 350 | 71 | 111 |
| Binary | 10010010 | 10011101 | 11100001 | 100011 | 11110 | 0 | 1100 | 11101000 | 111001 | 1001001 |
Color Harmonies of #929DE1
Complementary color
Monochromatic Colors of #929DE1
Black with #929DE1
Text Example
Text Example
White with #929DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DE1; }
p { color: rgb(146,157,225); }
H1.HeaderClassName
{
color: #929DE1;
}
.AnyTagClassName
{
color: #929DE1;
}
</style>
background-color css
<style>
a { background-color: #929DE1; }
a { background-color: rgb(146,157,225); }
div.DivClassName
{
background-color: #929DE1;
}
.BgClassName
{
background-color: #929DE1;
}
</style>
border-color css
<style>
span { border-color: #929DE1; }
span { border-color: rgb(146,157,225); }
td.TdClassName
{
border-color: #929DE1;
}
.TagClassName
{
border-color: #929DE1;
}
</style>