Shades of Portage #93A3EE
Tints of Portage #93A3EE
RGB
CMYK
RGB Variations
Color information
#93A3EE (or 0x93A3EE) is known color: Portage. HEX triplet: 93, A3 and EE. RGB value is (147,163,238). Sum of RGB (Red+Green+Blue) = 147+163+238=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #93A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A3EE is #6C5C11. Grayscale: #A6A6A6. Windows color (decimal): -7101458 or 15639443. OLE color: 15639443.
HSL color Cylindrical-coordinate representation of color #93A3EE: hue angle of 229.45º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A3EE is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 163 | 238 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.07 |
| HSL | 229.45º | 0.73% | 0.75% | - |
| HSV(B) | 229.45º | 0.38% | 0.93% | - |
| XYZ | 40.56 | 38.57 | 86.2 | - |
| YUV | 166.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 238 | 0.38 | 0.32 | 0 | 0.07 | 229.45 | 0.73 | 0.75 |
| Hex | 93 | A3 | EE | 26 | 20 | 0 | 7 | E5 | 49 | 4B |
| Octal | 223 | 243 | 356 | 46 | 40 | 0 | 7 | 345 | 111 | 113 |
| Binary | 10010011 | 10100011 | 11101110 | 100110 | 100000 | 0 | 111 | 11100101 | 1001001 | 1001011 |
Color Harmonies of #93A3EE
Complementary color
Monochromatic Colors of #93A3EE
Black with #93A3EE
Text Example
Text Example
White with #93A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3EE; }
p { color: rgb(147,163,238); }
H1.HeaderClassName
{
color: #93A3EE;
}
.AnyTagClassName
{
color: #93A3EE;
}
</style>
background-color css
<style>
a { background-color: #93A3EE; }
a { background-color: rgb(147,163,238); }
div.DivClassName
{
background-color: #93A3EE;
}
.BgClassName
{
background-color: #93A3EE;
}
</style>
border-color css
<style>
span { border-color: #93A3EE; }
span { border-color: rgb(147,163,238); }
td.TdClassName
{
border-color: #93A3EE;
}
.TagClassName
{
border-color: #93A3EE;
}
</style>