Shades of Portage #92A1DF
Tints of Portage #92A1DF
RGB
CMYK
RGB Variations
Color information
#92A1DF (or 0x92A1DF) is known color: Portage. HEX triplet: 92, A1 and DF. RGB value is (146,161,223). Sum of RGB (Red+Green+Blue) = 146+161+223=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #92A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1DF is #6D5E20. Grayscale: #A3A3A3. Windows color (decimal): -7167521 or 14655890. OLE color: 14655890.
HSL color Cylindrical-coordinate representation of color #92A1DF: hue angle of 228.31º 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 #92A1DF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 161 | 223 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.13 |
| HSL | 228.31º | 0.55% | 0.72% | - |
| HSV(B) | 228.31º | 0.35% | 0.87% | - |
| XYZ | 37.92 | 36.93 | 74.94 | - |
| YUV | 163.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 223 | 0.35 | 0.28 | 0 | 0.13 | 228.31 | 0.55 | 0.72 |
| Hex | 92 | A1 | DF | 23 | 1C | 0 | D | E4 | 37 | 48 |
| Octal | 222 | 241 | 337 | 43 | 34 | 0 | 15 | 344 | 67 | 110 |
| Binary | 10010010 | 10100001 | 11011111 | 100011 | 11100 | 0 | 1101 | 11100100 | 110111 | 1001000 |
Color Harmonies of #92A1DF
Complementary color
Monochromatic Colors of #92A1DF
Black with #92A1DF
Text Example
Text Example
White with #92A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1DF; }
p { color: rgb(146,161,223); }
H1.HeaderClassName
{
color: #92A1DF;
}
.AnyTagClassName
{
color: #92A1DF;
}
</style>
background-color css
<style>
a { background-color: #92A1DF; }
a { background-color: rgb(146,161,223); }
div.DivClassName
{
background-color: #92A1DF;
}
.BgClassName
{
background-color: #92A1DF;
}
</style>
border-color css
<style>
span { border-color: #92A1DF; }
span { border-color: rgb(146,161,223); }
td.TdClassName
{
border-color: #92A1DF;
}
.TagClassName
{
border-color: #92A1DF;
}
</style>