Shades of Portage #93A8EF
Tints of Portage #93A8EF
RGB
CMYK
RGB Variations
Color information
#93A8EF (or 0x93A8EF) is known color: Portage. HEX triplet: 93, A8 and EF. RGB value is (147,168,239). Sum of RGB (Red+Green+Blue) = 147+168+239=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #93A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A8EF is #6C5710. Grayscale: #A9A9A9. Windows color (decimal): -7100177 or 15706259. OLE color: 15706259.
HSL color Cylindrical-coordinate representation of color #93A8EF: hue angle of 226.3º 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 #93A8EF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 168 | 239 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.06 |
| HSL | 226.3º | 0.74% | 0.76% | - |
| HSV(B) | 226.3º | 0.38% | 0.94% | - |
| XYZ | 41.62 | 40.44 | 87.27 | - |
| YUV | 169.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 239 | 0.38 | 0.30 | 0 | 0.06 | 226.3 | 0.74 | 0.76 |
| Hex | 93 | A8 | EF | 26 | 1E | 0 | 6 | E2 | 4A | 4C |
| Octal | 223 | 250 | 357 | 46 | 36 | 0 | 6 | 342 | 112 | 114 |
| Binary | 10010011 | 10101000 | 11101111 | 100110 | 11110 | 0 | 110 | 11100010 | 1001010 | 1001100 |
Color Harmonies of #93A8EF
Complementary color
Monochromatic Colors of #93A8EF
Black with #93A8EF
Text Example
Text Example
White with #93A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8EF; }
p { color: rgb(147,168,239); }
H1.HeaderClassName
{
color: #93A8EF;
}
.AnyTagClassName
{
color: #93A8EF;
}
</style>
background-color css
<style>
a { background-color: #93A8EF; }
a { background-color: rgb(147,168,239); }
div.DivClassName
{
background-color: #93A8EF;
}
.BgClassName
{
background-color: #93A8EF;
}
</style>
border-color css
<style>
span { border-color: #93A8EF; }
span { border-color: rgb(147,168,239); }
td.TdClassName
{
border-color: #93A8EF;
}
.TagClassName
{
border-color: #93A8EF;
}
</style>