Shades of Portage #93AAE7
Tints of Portage #93AAE7
RGB
CMYK
RGB Variations
Color information
#93AAE7 (or 0x93AAE7) is known color: Portage. HEX triplet: 93, AA and E7. RGB value is (147,170,231). Sum of RGB (Red+Green+Blue) = 147+170+231=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #93AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAE7 is #6C5518. Grayscale: #A9A9A9. Windows color (decimal): -7099673 or 15182483. OLE color: 15182483.
HSL color Cylindrical-coordinate representation of color #93AAE7: hue angle of 223.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93AAE7 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 170 | 231 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.09 |
| HSL | 223.57º | 0.64% | 0.74% | - |
| HSV(B) | 223.57º | 0.36% | 0.91% | - |
| XYZ | 40.83 | 40.72 | 81.31 | - |
| YUV | 170.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 231 | 0.36 | 0.26 | 0 | 0.09 | 223.57 | 0.64 | 0.74 |
| Hex | 93 | AA | E7 | 24 | 1A | 0 | 9 | E0 | 40 | 4A |
| Octal | 223 | 252 | 347 | 44 | 32 | 0 | 11 | 340 | 100 | 112 |
| Binary | 10010011 | 10101010 | 11100111 | 100100 | 11010 | 0 | 1001 | 11100000 | 1000000 | 1001010 |
Color Harmonies of #93AAE7
Complementary color
Monochromatic Colors of #93AAE7
Black with #93AAE7
Text Example
Text Example
White with #93AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAE7; }
p { color: rgb(147,170,231); }
H1.HeaderClassName
{
color: #93AAE7;
}
.AnyTagClassName
{
color: #93AAE7;
}
</style>
background-color css
<style>
a { background-color: #93AAE7; }
a { background-color: rgb(147,170,231); }
div.DivClassName
{
background-color: #93AAE7;
}
.BgClassName
{
background-color: #93AAE7;
}
</style>
border-color css
<style>
span { border-color: #93AAE7; }
span { border-color: rgb(147,170,231); }
td.TdClassName
{
border-color: #93AAE7;
}
.TagClassName
{
border-color: #93AAE7;
}
</style>