Shades of Portage #94AAEA
Tints of Portage #94AAEA
RGB
CMYK
RGB Variations
Color information
#94AAEA (or 0x94AAEA) is known color: Portage. HEX triplet: 94, AA and EA. RGB value is (148,170,234). Sum of RGB (Red+Green+Blue) = 148+170+234=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #94AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAEA is #6B5515. Grayscale: #AAAAAA. Windows color (decimal): -7034134 or 15379092. OLE color: 15379092.
HSL color Cylindrical-coordinate representation of color #94AAEA: hue angle of 224.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94AAEA is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 170 | 234 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.08 |
| HSL | 224.65º | 0.67% | 0.75% | - |
| HSV(B) | 224.65º | 0.37% | 0.92% | - |
| XYZ | 41.44 | 40.99 | 83.57 | - |
| YUV | 170.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 234 | 0.37 | 0.27 | 0 | 0.08 | 224.65 | 0.67 | 0.75 |
| Hex | 94 | AA | EA | 25 | 1B | 0 | 8 | E1 | 43 | 4B |
| Octal | 224 | 252 | 352 | 45 | 33 | 0 | 10 | 341 | 103 | 113 |
| Binary | 10010100 | 10101010 | 11101010 | 100101 | 11011 | 0 | 1000 | 11100001 | 1000011 | 1001011 |
Color Harmonies of #94AAEA
Complementary color
Monochromatic Colors of #94AAEA
Black with #94AAEA
Text Example
Text Example
White with #94AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAEA; }
p { color: rgb(148,170,234); }
H1.HeaderClassName
{
color: #94AAEA;
}
.AnyTagClassName
{
color: #94AAEA;
}
</style>
background-color css
<style>
a { background-color: #94AAEA; }
a { background-color: rgb(148,170,234); }
div.DivClassName
{
background-color: #94AAEA;
}
.BgClassName
{
background-color: #94AAEA;
}
</style>
border-color css
<style>
span { border-color: #94AAEA; }
span { border-color: rgb(148,170,234); }
td.TdClassName
{
border-color: #94AAEA;
}
.TagClassName
{
border-color: #94AAEA;
}
</style>