Shades of Portage #93A9E5
Tints of Portage #93A9E5
RGB
CMYK
RGB Variations
Color information
#93A9E5 (or 0x93A9E5) is known color: Portage. HEX triplet: 93, A9 and E5. RGB value is (147,169,229). Sum of RGB (Red+Green+Blue) = 147+169+229=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #93A9E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9E5 is #6C561A. Grayscale: #A9A9A9. Windows color (decimal): -7099931 or 15051155. OLE color: 15051155.
HSL color Cylindrical-coordinate representation of color #93A9E5: hue angle of 223.9º degrees, saturation: 0.61, 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 #93A9E5 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 169 | 229 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.10 |
| HSL | 223.9º | 0.61% | 0.74% | - |
| HSV(B) | 223.9º | 0.36% | 0.9% | - |
| XYZ | 40.36 | 40.24 | 79.77 | - |
| YUV | 169.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 229 | 0.36 | 0.26 | 0 | 0.10 | 223.9 | 0.61 | 0.74 |
| Hex | 93 | A9 | E5 | 24 | 1A | 0 | A | E0 | 3D | 4A |
| Octal | 223 | 251 | 345 | 44 | 32 | 0 | 12 | 340 | 75 | 112 |
| Binary | 10010011 | 10101001 | 11100101 | 100100 | 11010 | 0 | 1010 | 11100000 | 111101 | 1001010 |
Color Harmonies of #93A9E5
Complementary color
Monochromatic Colors of #93A9E5
Black with #93A9E5
Text Example
Text Example
White with #93A9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A9E5; }
p { color: rgb(147,169,229); }
H1.HeaderClassName
{
color: #93A9E5;
}
.AnyTagClassName
{
color: #93A9E5;
}
</style>
background-color css
<style>
a { background-color: #93A9E5; }
a { background-color: rgb(147,169,229); }
div.DivClassName
{
background-color: #93A9E5;
}
.BgClassName
{
background-color: #93A9E5;
}
</style>
border-color css
<style>
span { border-color: #93A9E5; }
span { border-color: rgb(147,169,229); }
td.TdClassName
{
border-color: #93A9E5;
}
.TagClassName
{
border-color: #93A9E5;
}
</style>