Shades of Portage #94A1F3
Tints of Portage #94A1F3
RGB
CMYK
RGB Variations
Color information
#94A1F3 (or 0x94A1F3) is known color: Portage. HEX triplet: 94, A1 and F3. RGB value is (148,161,243). Sum of RGB (Red+Green+Blue) = 148+161+243=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #94A1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1F3 is #6B5E0C. Grayscale: #A6A6A6. Windows color (decimal): -7036429 or 15966612. OLE color: 15966612.
HSL color Cylindrical-coordinate representation of color #94A1F3: hue angle of 231.79º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94A1F3 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 161 | 243 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.05 |
| HSL | 231.79º | 0.8% | 0.77% | - |
| HSV(B) | 231.79º | 0.39% | 0.95% | - |
| XYZ | 41.14 | 38.26 | 90.01 | - |
| YUV | 166.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 243 | 0.39 | 0.34 | 0 | 0.05 | 231.79 | 0.8 | 0.77 |
| Hex | 94 | A1 | F3 | 27 | 22 | 0 | 5 | E8 | 50 | 4D |
| Octal | 224 | 241 | 363 | 47 | 42 | 0 | 5 | 350 | 120 | 115 |
| Binary | 10010100 | 10100001 | 11110011 | 100111 | 100010 | 0 | 101 | 11101000 | 1010000 | 1001101 |
Color Harmonies of #94A1F3
Complementary color
Monochromatic Colors of #94A1F3
Black with #94A1F3
Text Example
Text Example
White with #94A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1F3; }
p { color: rgb(148,161,243); }
H1.HeaderClassName
{
color: #94A1F3;
}
.AnyTagClassName
{
color: #94A1F3;
}
</style>
background-color css
<style>
a { background-color: #94A1F3; }
a { background-color: rgb(148,161,243); }
div.DivClassName
{
background-color: #94A1F3;
}
.BgClassName
{
background-color: #94A1F3;
}
</style>
border-color css
<style>
span { border-color: #94A1F3; }
span { border-color: rgb(148,161,243); }
td.TdClassName
{
border-color: #94A1F3;
}
.TagClassName
{
border-color: #94A1F3;
}
</style>