Shades of Portage #94A1F9
Tints of Portage #94A1F9
RGB
CMYK
RGB Variations
Color information
#94A1F9 (or 0x94A1F9) is known color: Portage. HEX triplet: 94, A1 and F9. RGB value is (148,161,249). Sum of RGB (Red+Green+Blue) = 148+161+249=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #94A1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1F9 is #6B5E06. Grayscale: #A6A6A6. Windows color (decimal): -7036423 or 16359828. OLE color: 16359828.
HSL color Cylindrical-coordinate representation of color #94A1F9: hue angle of 232.28º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94A1F9 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 161 | 249 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.02 |
| HSL | 232.28º | 0.89% | 0.78% | - |
| HSV(B) | 232.28º | 0.41% | 0.98% | - |
| XYZ | 42.06 | 38.63 | 94.86 | - |
| YUV | 167.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 249 | 0.41 | 0.35 | 0 | 0.02 | 232.28 | 0.89 | 0.78 |
| Hex | 94 | A1 | F9 | 29 | 23 | 0 | 2 | E8 | 59 | 4E |
| Octal | 224 | 241 | 371 | 51 | 43 | 0 | 2 | 350 | 131 | 116 |
| Binary | 10010100 | 10100001 | 11111001 | 101001 | 100011 | 0 | 10 | 11101000 | 1011001 | 1001110 |
Color Harmonies of #94A1F9
Complementary color
Monochromatic Colors of #94A1F9
Black with #94A1F9
Text Example
Text Example
White with #94A1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1F9; }
p { color: rgb(148,161,249); }
H1.HeaderClassName
{
color: #94A1F9;
}
.AnyTagClassName
{
color: #94A1F9;
}
</style>
background-color css
<style>
a { background-color: #94A1F9; }
a { background-color: rgb(148,161,249); }
div.DivClassName
{
background-color: #94A1F9;
}
.BgClassName
{
background-color: #94A1F9;
}
</style>
border-color css
<style>
span { border-color: #94A1F9; }
span { border-color: rgb(148,161,249); }
td.TdClassName
{
border-color: #94A1F9;
}
.TagClassName
{
border-color: #94A1F9;
}
</style>