Shades of Portage #92A0DF
Tints of Portage #92A0DF
RGB
CMYK
RGB Variations
Color information
#92A0DF (or 0x92A0DF) is known color: Portage. HEX triplet: 92, A0 and DF. RGB value is (146,160,223). Sum of RGB (Red+Green+Blue) = 146+160+223=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #92A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0DF is #6D5F20. Grayscale: #A2A2A2. Windows color (decimal): -7167777 or 14655634. OLE color: 14655634.
HSL color Cylindrical-coordinate representation of color #92A0DF: hue angle of 229.09º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92A0DF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 160 | 223 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.13 |
| HSL | 229.09º | 0.55% | 0.72% | - |
| HSV(B) | 229.09º | 0.35% | 0.87% | - |
| XYZ | 37.74 | 36.58 | 74.88 | - |
| YUV | 163 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 223 | 0.35 | 0.28 | 0 | 0.13 | 229.09 | 0.55 | 0.72 |
| Hex | 92 | A0 | DF | 23 | 1C | 0 | D | E5 | 37 | 48 |
| Octal | 222 | 240 | 337 | 43 | 34 | 0 | 15 | 345 | 67 | 110 |
| Binary | 10010010 | 10100000 | 11011111 | 100011 | 11100 | 0 | 1101 | 11100101 | 110111 | 1001000 |
Color Harmonies of #92A0DF
Complementary color
Monochromatic Colors of #92A0DF
Black with #92A0DF
Text Example
Text Example
White with #92A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0DF; }
p { color: rgb(146,160,223); }
H1.HeaderClassName
{
color: #92A0DF;
}
.AnyTagClassName
{
color: #92A0DF;
}
</style>
background-color css
<style>
a { background-color: #92A0DF; }
a { background-color: rgb(146,160,223); }
div.DivClassName
{
background-color: #92A0DF;
}
.BgClassName
{
background-color: #92A0DF;
}
</style>
border-color css
<style>
span { border-color: #92A0DF; }
span { border-color: rgb(146,160,223); }
td.TdClassName
{
border-color: #92A0DF;
}
.TagClassName
{
border-color: #92A0DF;
}
</style>