Shades of Portage #93A6DA
Tints of Portage #93A6DA
RGB
CMYK
RGB Variations
Color information
#93A6DA (or 0x93A6DA) is known color: Portage. HEX triplet: 93, A6 and DA. RGB value is (147,166,218). Sum of RGB (Red+Green+Blue) = 147+166+218=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #93A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6DA is #6C5925. Grayscale: #A6A6A6. Windows color (decimal): -7100710 or 14329491. OLE color: 14329491.
HSL color Cylindrical-coordinate representation of color #93A6DA: hue angle of 223.94º 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 #93A6DA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 166 | 218 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.15 |
| HSL | 223.94º | 0.49% | 0.72% | - |
| HSV(B) | 223.94º | 0.33% | 0.85% | - |
| XYZ | 38.32 | 38.54 | 71.75 | - |
| YUV | 166.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 218 | 0.33 | 0.24 | 0 | 0.15 | 223.94 | 0.49 | 0.72 |
| Hex | 93 | A6 | DA | 21 | 18 | 0 | F | E0 | 31 | 48 |
| Octal | 223 | 246 | 332 | 41 | 30 | 0 | 17 | 340 | 61 | 110 |
| Binary | 10010011 | 10100110 | 11011010 | 100001 | 11000 | 0 | 1111 | 11100000 | 110001 | 1001000 |
Color Harmonies of #93A6DA
Complementary color
Monochromatic Colors of #93A6DA
Black with #93A6DA
Text Example
Text Example
White with #93A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6DA; }
p { color: rgb(147,166,218); }
H1.HeaderClassName
{
color: #93A6DA;
}
.AnyTagClassName
{
color: #93A6DA;
}
</style>
background-color css
<style>
a { background-color: #93A6DA; }
a { background-color: rgb(147,166,218); }
div.DivClassName
{
background-color: #93A6DA;
}
.BgClassName
{
background-color: #93A6DA;
}
</style>
border-color css
<style>
span { border-color: #93A6DA; }
span { border-color: rgb(147,166,218); }
td.TdClassName
{
border-color: #93A6DA;
}
.TagClassName
{
border-color: #93A6DA;
}
</style>