Shades of Portage #94A1EF
Tints of Portage #94A1EF
RGB
CMYK
RGB Variations
Color information
#94A1EF (or 0x94A1EF) is known color: Portage. HEX triplet: 94, A1 and EF. RGB value is (148,161,239). Sum of RGB (Red+Green+Blue) = 148+161+239=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #94A1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1EF is #6B5E10. Grayscale: #A5A5A5. Windows color (decimal): -7036433 or 15704468. OLE color: 15704468.
HSL color Cylindrical-coordinate representation of color #94A1EF: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A1EF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 161 | 239 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.06 |
| HSL | 231.43º | 0.74% | 0.76% | - |
| HSV(B) | 231.43º | 0.38% | 0.94% | - |
| XYZ | 40.54 | 38.02 | 86.86 | - |
| YUV | 166.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 239 | 0.38 | 0.33 | 0 | 0.06 | 231.43 | 0.74 | 0.76 |
| Hex | 94 | A1 | EF | 26 | 21 | 0 | 6 | E7 | 4A | 4C |
| Octal | 224 | 241 | 357 | 46 | 41 | 0 | 6 | 347 | 112 | 114 |
| Binary | 10010100 | 10100001 | 11101111 | 100110 | 100001 | 0 | 110 | 11100111 | 1001010 | 1001100 |
Color Harmonies of #94A1EF
Complementary color
Monochromatic Colors of #94A1EF
Black with #94A1EF
Text Example
Text Example
White with #94A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1EF; }
p { color: rgb(148,161,239); }
H1.HeaderClassName
{
color: #94A1EF;
}
.AnyTagClassName
{
color: #94A1EF;
}
</style>
background-color css
<style>
a { background-color: #94A1EF; }
a { background-color: rgb(148,161,239); }
div.DivClassName
{
background-color: #94A1EF;
}
.BgClassName
{
background-color: #94A1EF;
}
</style>
border-color css
<style>
span { border-color: #94A1EF; }
span { border-color: rgb(148,161,239); }
td.TdClassName
{
border-color: #94A1EF;
}
.TagClassName
{
border-color: #94A1EF;
}
</style>