Shades of Portage #93A0CA
Tints of Portage #93A0CA
RGB
CMYK
RGB Variations
Color information
#93A0CA (or 0x93A0CA) is known color: Portage. HEX triplet: 93, A0 and CA. RGB value is (147,160,202). Sum of RGB (Red+Green+Blue) = 147+160+202=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #93A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0CA is #6C5F35. Grayscale: #A0A0A0. Windows color (decimal): -7102262 or 13279379. OLE color: 13279379.
HSL color Cylindrical-coordinate representation of color #93A0CA: hue angle of 225.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A0CA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 160 | 202 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.21 |
| HSL | 225.82º | 0.34% | 0.68% | - |
| HSV(B) | 225.82º | 0.27% | 0.79% | - |
| XYZ | 35.26 | 35.61 | 60.89 | - |
| YUV | 160.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 202 | 0.27 | 0.21 | 0 | 0.21 | 225.82 | 0.34 | 0.68 |
| Hex | 93 | A0 | CA | 1B | 15 | 0 | 15 | E2 | 22 | 44 |
| Octal | 223 | 240 | 312 | 33 | 25 | 0 | 25 | 342 | 42 | 104 |
| Binary | 10010011 | 10100000 | 11001010 | 11011 | 10101 | 0 | 10101 | 11100010 | 100010 | 1000100 |
Color Harmonies of #93A0CA
Complementary color
Monochromatic Colors of #93A0CA
Black with #93A0CA
Text Example
Text Example
White with #93A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0CA; }
p { color: rgb(147,160,202); }
H1.HeaderClassName
{
color: #93A0CA;
}
.AnyTagClassName
{
color: #93A0CA;
}
</style>
background-color css
<style>
a { background-color: #93A0CA; }
a { background-color: rgb(147,160,202); }
div.DivClassName
{
background-color: #93A0CA;
}
.BgClassName
{
background-color: #93A0CA;
}
</style>
border-color css
<style>
span { border-color: #93A0CA; }
span { border-color: rgb(147,160,202); }
td.TdClassName
{
border-color: #93A0CA;
}
.TagClassName
{
border-color: #93A0CA;
}
</style>