Shades of Portage #94A1EE
Tints of Portage #94A1EE
RGB
CMYK
RGB Variations
Color information
#94A1EE (or 0x94A1EE) is known color: Portage. HEX triplet: 94, A1 and EE. RGB value is (148,161,238). Sum of RGB (Red+Green+Blue) = 148+161+238=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1EE is #6B5E11. Grayscale: #A5A5A5. Windows color (decimal): -7036434 or 15638932. OLE color: 15638932.
HSL color Cylindrical-coordinate representation of color #94A1EE: hue angle of 231.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A1EE is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 161 | 238 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.07 |
| HSL | 231.33º | 0.73% | 0.76% | - |
| HSV(B) | 231.33º | 0.38% | 0.93% | - |
| XYZ | 40.39 | 37.96 | 86.09 | - |
| YUV | 165.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 238 | 0.38 | 0.32 | 0 | 0.07 | 231.33 | 0.73 | 0.76 |
| Hex | 94 | A1 | EE | 26 | 20 | 0 | 7 | E7 | 49 | 4C |
| Octal | 224 | 241 | 356 | 46 | 40 | 0 | 7 | 347 | 111 | 114 |
| Binary | 10010100 | 10100001 | 11101110 | 100110 | 100000 | 0 | 111 | 11100111 | 1001001 | 1001100 |
Color Harmonies of #94A1EE
Complementary color
Monochromatic Colors of #94A1EE
Black with #94A1EE
Text Example
Text Example
White with #94A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1EE; }
p { color: rgb(148,161,238); }
H1.HeaderClassName
{
color: #94A1EE;
}
.AnyTagClassName
{
color: #94A1EE;
}
</style>
background-color css
<style>
a { background-color: #94A1EE; }
a { background-color: rgb(148,161,238); }
div.DivClassName
{
background-color: #94A1EE;
}
.BgClassName
{
background-color: #94A1EE;
}
</style>
border-color css
<style>
span { border-color: #94A1EE; }
span { border-color: rgb(148,161,238); }
td.TdClassName
{
border-color: #94A1EE;
}
.TagClassName
{
border-color: #94A1EE;
}
</style>