Shades of Portage #93A4DA
Tints of Portage #93A4DA
RGB
CMYK
RGB Variations
Color information
#93A4DA (or 0x93A4DA) is known color: Portage. HEX triplet: 93, A4 and DA. RGB value is (147,164,218). Sum of RGB (Red+Green+Blue) = 147+164+218=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #93A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4DA is #6C5B25. Grayscale: #A4A4A4. Windows color (decimal): -7101222 or 14328979. OLE color: 14328979.
HSL color Cylindrical-coordinate representation of color #93A4DA: hue angle of 225.63º 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 #93A4DA is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 164 | 218 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.15 |
| HSL | 225.63º | 0.49% | 0.72% | - |
| HSV(B) | 225.63º | 0.33% | 0.85% | - |
| XYZ | 37.96 | 37.82 | 71.63 | - |
| YUV | 165.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 218 | 0.33 | 0.25 | 0 | 0.15 | 225.63 | 0.49 | 0.72 |
| Hex | 93 | A4 | DA | 21 | 19 | 0 | F | E2 | 31 | 48 |
| Octal | 223 | 244 | 332 | 41 | 31 | 0 | 17 | 342 | 61 | 110 |
| Binary | 10010011 | 10100100 | 11011010 | 100001 | 11001 | 0 | 1111 | 11100010 | 110001 | 1001000 |
Color Harmonies of #93A4DA
Complementary color
Monochromatic Colors of #93A4DA
Black with #93A4DA
Text Example
Text Example
White with #93A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A4DA; }
p { color: rgb(147,164,218); }
H1.HeaderClassName
{
color: #93A4DA;
}
.AnyTagClassName
{
color: #93A4DA;
}
</style>
background-color css
<style>
a { background-color: #93A4DA; }
a { background-color: rgb(147,164,218); }
div.DivClassName
{
background-color: #93A4DA;
}
.BgClassName
{
background-color: #93A4DA;
}
</style>
border-color css
<style>
span { border-color: #93A4DA; }
span { border-color: rgb(147,164,218); }
td.TdClassName
{
border-color: #93A4DA;
}
.TagClassName
{
border-color: #93A4DA;
}
</style>