Shades of Portage #92A0D9
Tints of Portage #92A0D9
RGB
CMYK
RGB Variations
Color information
#92A0D9 (or 0x92A0D9) is known color: Portage. HEX triplet: 92, A0 and D9. RGB value is (146,160,217). Sum of RGB (Red+Green+Blue) = 146+160+217=523 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.92% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #92A0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0D9 is #6D5F26. Grayscale: #A2A2A2. Windows color (decimal): -7167783 or 14262418. OLE color: 14262418.
HSL color Cylindrical-coordinate representation of color #92A0D9: hue angle of 228.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A0D9 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 160 | 217 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.15 |
| HSL | 228.17º | 0.48% | 0.71% | - |
| HSV(B) | 228.17º | 0.33% | 0.85% | - |
| XYZ | 36.95 | 36.26 | 70.7 | - |
| YUV | 162.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 217 | 0.33 | 0.26 | 0 | 0.15 | 228.17 | 0.48 | 0.71 |
| Hex | 92 | A0 | D9 | 21 | 1A | 0 | F | E4 | 30 | 47 |
| Octal | 222 | 240 | 331 | 41 | 32 | 0 | 17 | 344 | 60 | 107 |
| Binary | 10010010 | 10100000 | 11011001 | 100001 | 11010 | 0 | 1111 | 11100100 | 110000 | 1000111 |
Color Harmonies of #92A0D9
Complementary color
Monochromatic Colors of #92A0D9
Black with #92A0D9
Text Example
Text Example
White with #92A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0D9; }
p { color: rgb(146,160,217); }
H1.HeaderClassName
{
color: #92A0D9;
}
.AnyTagClassName
{
color: #92A0D9;
}
</style>
background-color css
<style>
a { background-color: #92A0D9; }
a { background-color: rgb(146,160,217); }
div.DivClassName
{
background-color: #92A0D9;
}
.BgClassName
{
background-color: #92A0D9;
}
</style>
border-color css
<style>
span { border-color: #92A0D9; }
span { border-color: rgb(146,160,217); }
td.TdClassName
{
border-color: #92A0D9;
}
.TagClassName
{
border-color: #92A0D9;
}
</style>