Shades of Portage #93A6DC
Tints of Portage #93A6DC
RGB
CMYK
RGB Variations
Color information
#93A6DC (or 0x93A6DC) is known color: Portage. HEX triplet: 93, A6 and DC. RGB value is (147,166,220). Sum of RGB (Red+Green+Blue) = 147+166+220=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #93A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6DC is #6C5923. Grayscale: #A6A6A6. Windows color (decimal): -7100708 or 14460563. OLE color: 14460563.
HSL color Cylindrical-coordinate representation of color #93A6DC: hue angle of 224.38º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A6DC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 166 | 220 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.14 |
| HSL | 224.38º | 0.51% | 0.72% | - |
| HSV(B) | 224.38º | 0.33% | 0.86% | - |
| XYZ | 38.59 | 38.64 | 73.14 | - |
| YUV | 166.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 220 | 0.33 | 0.25 | 0 | 0.14 | 224.38 | 0.51 | 0.72 |
| Hex | 93 | A6 | DC | 21 | 19 | 0 | E | E0 | 33 | 48 |
| Octal | 223 | 246 | 334 | 41 | 31 | 0 | 16 | 340 | 63 | 110 |
| Binary | 10010011 | 10100110 | 11011100 | 100001 | 11001 | 0 | 1110 | 11100000 | 110011 | 1001000 |
Color Harmonies of #93A6DC
Complementary color
Monochromatic Colors of #93A6DC
Black with #93A6DC
Text Example
Text Example
White with #93A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6DC; }
p { color: rgb(147,166,220); }
H1.HeaderClassName
{
color: #93A6DC;
}
.AnyTagClassName
{
color: #93A6DC;
}
</style>
background-color css
<style>
a { background-color: #93A6DC; }
a { background-color: rgb(147,166,220); }
div.DivClassName
{
background-color: #93A6DC;
}
.BgClassName
{
background-color: #93A6DC;
}
</style>
border-color css
<style>
span { border-color: #93A6DC; }
span { border-color: rgb(147,166,220); }
td.TdClassName
{
border-color: #93A6DC;
}
.TagClassName
{
border-color: #93A6DC;
}
</style>