Shades of Portage #92A1DE
Tints of Portage #92A1DE
RGB
CMYK
RGB Variations
Color information
#92A1DE (or 0x92A1DE) is known color: Portage. HEX triplet: 92, A1 and DE. RGB value is (146,161,222). Sum of RGB (Red+Green+Blue) = 146+161+222=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #92A1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1DE is #6D5E21. Grayscale: #A3A3A3. Windows color (decimal): -7167522 or 14590354. OLE color: 14590354.
HSL color Cylindrical-coordinate representation of color #92A1DE: hue angle of 228.16º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92A1DE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 161 | 222 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.13 |
| HSL | 228.16º | 0.54% | 0.72% | - |
| HSV(B) | 228.16º | 0.34% | 0.87% | - |
| XYZ | 37.78 | 36.87 | 74.23 | - |
| YUV | 163.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 222 | 0.34 | 0.27 | 0 | 0.13 | 228.16 | 0.54 | 0.72 |
| Hex | 92 | A1 | DE | 22 | 1B | 0 | D | E4 | 36 | 48 |
| Octal | 222 | 241 | 336 | 42 | 33 | 0 | 15 | 344 | 66 | 110 |
| Binary | 10010010 | 10100001 | 11011110 | 100010 | 11011 | 0 | 1101 | 11100100 | 110110 | 1001000 |
Color Harmonies of #92A1DE
Complementary color
Monochromatic Colors of #92A1DE
Black with #92A1DE
Text Example
Text Example
White with #92A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1DE; }
p { color: rgb(146,161,222); }
H1.HeaderClassName
{
color: #92A1DE;
}
.AnyTagClassName
{
color: #92A1DE;
}
</style>
background-color css
<style>
a { background-color: #92A1DE; }
a { background-color: rgb(146,161,222); }
div.DivClassName
{
background-color: #92A1DE;
}
.BgClassName
{
background-color: #92A1DE;
}
</style>
border-color css
<style>
span { border-color: #92A1DE; }
span { border-color: rgb(146,161,222); }
td.TdClassName
{
border-color: #92A1DE;
}
.TagClassName
{
border-color: #92A1DE;
}
</style>