Shades of Portage #93A0DA
Tints of Portage #93A0DA
RGB
CMYK
RGB Variations
Color information
#93A0DA (or 0x93A0DA) is known color: Portage. HEX triplet: 93, A0 and DA. RGB value is (147,160,218). Sum of RGB (Red+Green+Blue) = 147+160+218=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #93A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0DA is #6C5F25. Grayscale: #A2A2A2. Windows color (decimal): -7102246 or 14327955. OLE color: 14327955.
HSL color Cylindrical-coordinate representation of color #93A0DA: hue angle of 229.01º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A0DA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 160 | 218 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.15 |
| HSL | 229.01º | 0.49% | 0.72% | - |
| HSV(B) | 229.01º | 0.33% | 0.85% | - |
| XYZ | 37.26 | 36.41 | 71.39 | - |
| YUV | 162.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 218 | 0.33 | 0.27 | 0 | 0.15 | 229.01 | 0.49 | 0.72 |
| Hex | 93 | A0 | DA | 21 | 1B | 0 | F | E5 | 31 | 48 |
| Octal | 223 | 240 | 332 | 41 | 33 | 0 | 17 | 345 | 61 | 110 |
| Binary | 10010011 | 10100000 | 11011010 | 100001 | 11011 | 0 | 1111 | 11100101 | 110001 | 1001000 |
Color Harmonies of #93A0DA
Complementary color
Monochromatic Colors of #93A0DA
Black with #93A0DA
Text Example
Text Example
White with #93A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0DA; }
p { color: rgb(147,160,218); }
H1.HeaderClassName
{
color: #93A0DA;
}
.AnyTagClassName
{
color: #93A0DA;
}
</style>
background-color css
<style>
a { background-color: #93A0DA; }
a { background-color: rgb(147,160,218); }
div.DivClassName
{
background-color: #93A0DA;
}
.BgClassName
{
background-color: #93A0DA;
}
</style>
border-color css
<style>
span { border-color: #93A0DA; }
span { border-color: rgb(147,160,218); }
td.TdClassName
{
border-color: #93A0DA;
}
.TagClassName
{
border-color: #93A0DA;
}
</style>