Shades of Portage #93A2EF
Tints of Portage #93A2EF
RGB
CMYK
RGB Variations
Color information
#93A2EF (or 0x93A2EF) is known color: Portage. HEX triplet: 93, A2 and EF. RGB value is (147,162,239). Sum of RGB (Red+Green+Blue) = 147+162+239=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #93A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A2EF is #6C5D10. Grayscale: #A5A5A5. Windows color (decimal): -7101713 or 15704723. OLE color: 15704723.
HSL color Cylindrical-coordinate representation of color #93A2EF: hue angle of 230.22º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A2EF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 162 | 239 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.06 |
| HSL | 230.22º | 0.74% | 0.76% | - |
| HSV(B) | 230.22º | 0.38% | 0.94% | - |
| XYZ | 40.53 | 38.28 | 86.91 | - |
| YUV | 166.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 239 | 0.38 | 0.32 | 0 | 0.06 | 230.22 | 0.74 | 0.76 |
| Hex | 93 | A2 | EF | 26 | 20 | 0 | 6 | E6 | 4A | 4C |
| Octal | 223 | 242 | 357 | 46 | 40 | 0 | 6 | 346 | 112 | 114 |
| Binary | 10010011 | 10100010 | 11101111 | 100110 | 100000 | 0 | 110 | 11100110 | 1001010 | 1001100 |
Color Harmonies of #93A2EF
Complementary color
Monochromatic Colors of #93A2EF
Black with #93A2EF
Text Example
Text Example
White with #93A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2EF; }
p { color: rgb(147,162,239); }
H1.HeaderClassName
{
color: #93A2EF;
}
.AnyTagClassName
{
color: #93A2EF;
}
</style>
background-color css
<style>
a { background-color: #93A2EF; }
a { background-color: rgb(147,162,239); }
div.DivClassName
{
background-color: #93A2EF;
}
.BgClassName
{
background-color: #93A2EF;
}
</style>
border-color css
<style>
span { border-color: #93A2EF; }
span { border-color: rgb(147,162,239); }
td.TdClassName
{
border-color: #93A2EF;
}
.TagClassName
{
border-color: #93A2EF;
}
</style>