Shades of Portage #92A1FC
Tints of Portage #92A1FC
RGB
CMYK
RGB Variations
Color information
#92A1FC (or 0x92A1FC) is known color: Portage. HEX triplet: 92, A1 and FC. RGB value is (146,161,252). Sum of RGB (Red+Green+Blue) = 146+161+252=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #92A1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A1FC is #6D5E03. Grayscale: #A6A6A6. Windows color (decimal): -7167492 or 16556434. OLE color: 16556434.
HSL color Cylindrical-coordinate representation of color #92A1FC: hue angle of 231.51º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92A1FC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 161 | 252 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.01 |
| HSL | 231.51º | 0.95% | 0.78% | - |
| HSV(B) | 231.51º | 0.42% | 0.99% | - |
| XYZ | 42.17 | 38.63 | 97.33 | - |
| YUV | 166.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 252 | 0.42 | 0.36 | 0 | 0.01 | 231.51 | 0.95 | 0.78 |
| Hex | 92 | A1 | FC | 2A | 24 | 0 | 1 | E8 | 5F | 4E |
| Octal | 222 | 241 | 374 | 52 | 44 | 0 | 1 | 350 | 137 | 116 |
| Binary | 10010010 | 10100001 | 11111100 | 101010 | 100100 | 0 | 1 | 11101000 | 1011111 | 1001110 |
Color Harmonies of #92A1FC
Complementary color
Monochromatic Colors of #92A1FC
Black with #92A1FC
Text Example
Text Example
White with #92A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1FC; }
p { color: rgb(146,161,252); }
H1.HeaderClassName
{
color: #92A1FC;
}
.AnyTagClassName
{
color: #92A1FC;
}
</style>
background-color css
<style>
a { background-color: #92A1FC; }
a { background-color: rgb(146,161,252); }
div.DivClassName
{
background-color: #92A1FC;
}
.BgClassName
{
background-color: #92A1FC;
}
</style>
border-color css
<style>
span { border-color: #92A1FC; }
span { border-color: rgb(146,161,252); }
td.TdClassName
{
border-color: #92A1FC;
}
.TagClassName
{
border-color: #92A1FC;
}
</style>