Shades of Portage #92A2DF
Tints of Portage #92A2DF
RGB
CMYK
RGB Variations
Color information
#92A2DF (or 0x92A2DF) is known color: Portage. HEX triplet: 92, A2 and DF. RGB value is (146,162,223). Sum of RGB (Red+Green+Blue) = 146+162+223=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #92A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2DF is #6D5D20. Grayscale: #A3A3A3. Windows color (decimal): -7167265 or 14656146. OLE color: 14656146.
HSL color Cylindrical-coordinate representation of color #92A2DF: hue angle of 227.53º 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 #92A2DF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 162 | 223 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.13 |
| HSL | 227.53º | 0.55% | 0.72% | - |
| HSV(B) | 227.53º | 0.35% | 0.87% | - |
| XYZ | 38.09 | 37.28 | 75 | - |
| YUV | 164.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 223 | 0.35 | 0.27 | 0 | 0.13 | 227.53 | 0.55 | 0.72 |
| Hex | 92 | A2 | DF | 23 | 1B | 0 | D | E4 | 37 | 48 |
| Octal | 222 | 242 | 337 | 43 | 33 | 0 | 15 | 344 | 67 | 110 |
| Binary | 10010010 | 10100010 | 11011111 | 100011 | 11011 | 0 | 1101 | 11100100 | 110111 | 1001000 |
Color Harmonies of #92A2DF
Complementary color
Monochromatic Colors of #92A2DF
Black with #92A2DF
Text Example
Text Example
White with #92A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A2DF; }
p { color: rgb(146,162,223); }
H1.HeaderClassName
{
color: #92A2DF;
}
.AnyTagClassName
{
color: #92A2DF;
}
</style>
background-color css
<style>
a { background-color: #92A2DF; }
a { background-color: rgb(146,162,223); }
div.DivClassName
{
background-color: #92A2DF;
}
.BgClassName
{
background-color: #92A2DF;
}
</style>
border-color css
<style>
span { border-color: #92A2DF; }
span { border-color: rgb(146,162,223); }
td.TdClassName
{
border-color: #92A2DF;
}
.TagClassName
{
border-color: #92A2DF;
}
</style>