Shades of Portage #94A1E2
Tints of Portage #94A1E2
RGB
CMYK
RGB Variations
Color information
#94A1E2 (or 0x94A1E2) is known color: Portage. HEX triplet: 94, A1 and E2. RGB value is (148,161,226). Sum of RGB (Red+Green+Blue) = 148+161+226=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #94A1E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1E2 is #6B5E1D. Grayscale: #A4A4A4. Windows color (decimal): -7036446 or 14852500. OLE color: 14852500.
HSL color Cylindrical-coordinate representation of color #94A1E2: hue angle of 230º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94A1E2 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 161 | 226 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.11 |
| HSL | 230º | 0.57% | 0.73% | - |
| HSV(B) | 230º | 0.35% | 0.89% | - |
| XYZ | 38.69 | 37.28 | 77.11 | - |
| YUV | 164.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 226 | 0.35 | 0.29 | 0 | 0.11 | 230 | 0.57 | 0.73 |
| Hex | 94 | A1 | E2 | 23 | 1D | 0 | B | E6 | 39 | 49 |
| Octal | 224 | 241 | 342 | 43 | 35 | 0 | 13 | 346 | 71 | 111 |
| Binary | 10010100 | 10100001 | 11100010 | 100011 | 11101 | 0 | 1011 | 11100110 | 111001 | 1001001 |
Color Harmonies of #94A1E2
Complementary color
Monochromatic Colors of #94A1E2
Black with #94A1E2
Text Example
Text Example
White with #94A1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1E2; }
p { color: rgb(148,161,226); }
H1.HeaderClassName
{
color: #94A1E2;
}
.AnyTagClassName
{
color: #94A1E2;
}
</style>
background-color css
<style>
a { background-color: #94A1E2; }
a { background-color: rgb(148,161,226); }
div.DivClassName
{
background-color: #94A1E2;
}
.BgClassName
{
background-color: #94A1E2;
}
</style>
border-color css
<style>
span { border-color: #94A1E2; }
span { border-color: rgb(148,161,226); }
td.TdClassName
{
border-color: #94A1E2;
}
.TagClassName
{
border-color: #94A1E2;
}
</style>