Shades of Portage #93A0E8
Tints of Portage #93A0E8
RGB
CMYK
RGB Variations
Color information
#93A0E8 (or 0x93A0E8) is known color: Portage. HEX triplet: 93, A0 and E8. RGB value is (147,160,232). Sum of RGB (Red+Green+Blue) = 147+160+232=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #93A0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0E8 is #6C5F17. Grayscale: #A4A4A4. Windows color (decimal): -7102232 or 15245459. OLE color: 15245459.
HSL color Cylindrical-coordinate representation of color #93A0E8: hue angle of 230.82º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A0E8 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 160 | 232 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.09 |
| HSL | 230.82º | 0.65% | 0.74% | - |
| HSV(B) | 230.82º | 0.37% | 0.91% | - |
| XYZ | 39.17 | 37.17 | 81.45 | - |
| YUV | 164.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 232 | 0.37 | 0.31 | 0 | 0.09 | 230.82 | 0.65 | 0.74 |
| Hex | 93 | A0 | E8 | 25 | 1F | 0 | 9 | E7 | 41 | 4A |
| Octal | 223 | 240 | 350 | 45 | 37 | 0 | 11 | 347 | 101 | 112 |
| Binary | 10010011 | 10100000 | 11101000 | 100101 | 11111 | 0 | 1001 | 11100111 | 1000001 | 1001010 |
Color Harmonies of #93A0E8
Complementary color
Monochromatic Colors of #93A0E8
Black with #93A0E8
Text Example
Text Example
White with #93A0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0E8; }
p { color: rgb(147,160,232); }
H1.HeaderClassName
{
color: #93A0E8;
}
.AnyTagClassName
{
color: #93A0E8;
}
</style>
background-color css
<style>
a { background-color: #93A0E8; }
a { background-color: rgb(147,160,232); }
div.DivClassName
{
background-color: #93A0E8;
}
.BgClassName
{
background-color: #93A0E8;
}
</style>
border-color css
<style>
span { border-color: #93A0E8; }
span { border-color: rgb(147,160,232); }
td.TdClassName
{
border-color: #93A0E8;
}
.TagClassName
{
border-color: #93A0E8;
}
</style>