Shades of Portage #94A3DE
Tints of Portage #94A3DE
RGB
CMYK
RGB Variations
Color information
#94A3DE (or 0x94A3DE) is known color: Portage. HEX triplet: 94, A3 and DE. RGB value is (148,163,222). Sum of RGB (Red+Green+Blue) = 148+163+222=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #94A3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3DE is #6B5C21. Grayscale: #A4A4A4. Windows color (decimal): -7035938 or 14590868. OLE color: 14590868.
HSL color Cylindrical-coordinate representation of color #94A3DE: hue angle of 227.84º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A3DE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 163 | 222 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.13 |
| HSL | 227.84º | 0.53% | 0.73% | - |
| HSV(B) | 227.84º | 0.33% | 0.87% | - |
| XYZ | 38.49 | 37.76 | 74.37 | - |
| YUV | 165.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 222 | 0.33 | 0.27 | 0 | 0.13 | 227.84 | 0.53 | 0.73 |
| Hex | 94 | A3 | DE | 21 | 1B | 0 | D | E4 | 35 | 49 |
| Octal | 224 | 243 | 336 | 41 | 33 | 0 | 15 | 344 | 65 | 111 |
| Binary | 10010100 | 10100011 | 11011110 | 100001 | 11011 | 0 | 1101 | 11100100 | 110101 | 1001001 |
Color Harmonies of #94A3DE
Complementary color
Monochromatic Colors of #94A3DE
Black with #94A3DE
Text Example
Text Example
White with #94A3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A3DE; }
p { color: rgb(148,163,222); }
H1.HeaderClassName
{
color: #94A3DE;
}
.AnyTagClassName
{
color: #94A3DE;
}
</style>
background-color css
<style>
a { background-color: #94A3DE; }
a { background-color: rgb(148,163,222); }
div.DivClassName
{
background-color: #94A3DE;
}
.BgClassName
{
background-color: #94A3DE;
}
</style>
border-color css
<style>
span { border-color: #94A3DE; }
span { border-color: rgb(148,163,222); }
td.TdClassName
{
border-color: #94A3DE;
}
.TagClassName
{
border-color: #94A3DE;
}
</style>