Shades of Portage #94A0FF
Tints of Portage #94A0FF
RGB
CMYK
RGB Variations
Color information
#94A0FF (or 0x94A0FF) is known color: Portage. HEX triplet: 94, A0 and FF. RGB value is (148,160,255). Sum of RGB (Red+Green+Blue) = 148+160+255=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #94A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A0FF is #6B5F00. Grayscale: #A6A6A6. Windows color (decimal): -7036673 or 16752788. OLE color: 16752788.
HSL color Cylindrical-coordinate representation of color #94A0FF: hue angle of 233.27º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94A0FF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 160 | 255 | - |
| CMYK | 0.42 | 0.37 | 0 | 0 |
| HSL | 233.27º | 1% | 0.79% | - |
| HSV(B) | 233.27º | 0.42% | 1% | - |
| XYZ | 42.83 | 38.66 | 99.81 | - |
| YUV | 167.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 255 | 0.42 | 0.37 | 0 | 0 | 233.27 | 1 | 0.79 |
| Hex | 94 | A0 | FF | 2A | 25 | 0 | 0 | E9 | 64 | 4F |
| Octal | 224 | 240 | 377 | 52 | 45 | 0 | 0 | 351 | 144 | 117 |
| Binary | 10010100 | 10100000 | 11111111 | 101010 | 100101 | 0 | 0 | 11101001 | 1100100 | 1001111 |
Color Harmonies of #94A0FF
Complementary color
Monochromatic Colors of #94A0FF
Black with #94A0FF
Text Example
Text Example
White with #94A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A0FF; }
p { color: rgb(148,160,255); }
H1.HeaderClassName
{
color: #94A0FF;
}
.AnyTagClassName
{
color: #94A0FF;
}
</style>
background-color css
<style>
a { background-color: #94A0FF; }
a { background-color: rgb(148,160,255); }
div.DivClassName
{
background-color: #94A0FF;
}
.BgClassName
{
background-color: #94A0FF;
}
</style>
border-color css
<style>
span { border-color: #94A0FF; }
span { border-color: rgb(148,160,255); }
td.TdClassName
{
border-color: #94A0FF;
}
.TagClassName
{
border-color: #94A0FF;
}
</style>