Shades of Portage #94A1E6
Tints of Portage #94A1E6
RGB
CMYK
RGB Variations
Color information
#94A1E6 (or 0x94A1E6) is known color: Portage. HEX triplet: 94, A1 and E6. RGB value is (148,161,230). Sum of RGB (Red+Green+Blue) = 148+161+230=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #94A1E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1E6 is #6B5E19. Grayscale: #A4A4A4. Windows color (decimal): -7036442 or 15114644. OLE color: 15114644.
HSL color Cylindrical-coordinate representation of color #94A1E6: hue angle of 230.49º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94A1E6 is Cyan = 0.36, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 161 | 230 | - |
| CMYK | 0.36 | 0.3 | 0 | 0.10 |
| HSL | 230.49º | 0.62% | 0.74% | - |
| HSV(B) | 230.49º | 0.36% | 0.9% | - |
| XYZ | 39.24 | 37.5 | 80.03 | - |
| YUV | 164.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 230 | 0.36 | 0.3 | 0 | 0.10 | 230.49 | 0.62 | 0.74 |
| Hex | 94 | A1 | E6 | 24 | 1E | 0 | A | E6 | 3E | 4A |
| Octal | 224 | 241 | 346 | 44 | 36 | 0 | 12 | 346 | 76 | 112 |
| Binary | 10010100 | 10100001 | 11100110 | 100100 | 11110 | 0 | 1010 | 11100110 | 111110 | 1001010 |
Color Harmonies of #94A1E6
Complementary color
Monochromatic Colors of #94A1E6
Black with #94A1E6
Text Example
Text Example
White with #94A1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1E6; }
p { color: rgb(148,161,230); }
H1.HeaderClassName
{
color: #94A1E6;
}
.AnyTagClassName
{
color: #94A1E6;
}
</style>
background-color css
<style>
a { background-color: #94A1E6; }
a { background-color: rgb(148,161,230); }
div.DivClassName
{
background-color: #94A1E6;
}
.BgClassName
{
background-color: #94A1E6;
}
</style>
border-color css
<style>
span { border-color: #94A1E6; }
span { border-color: rgb(148,161,230); }
td.TdClassName
{
border-color: #94A1E6;
}
.TagClassName
{
border-color: #94A1E6;
}
</style>