Shades of Portage #93A2DC
Tints of Portage #93A2DC
RGB
CMYK
RGB Variations
Color information
#93A2DC (or 0x93A2DC) is known color: Portage. HEX triplet: 93, A2 and DC. RGB value is (147,162,220). Sum of RGB (Red+Green+Blue) = 147+162+220=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #93A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2DC is #6C5D23. Grayscale: #A3A3A3. Windows color (decimal): -7101732 or 14459539. OLE color: 14459539.
HSL color Cylindrical-coordinate representation of color #93A2DC: hue angle of 227.67º 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 #93A2DC is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 162 | 220 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.14 |
| HSL | 227.67º | 0.51% | 0.72% | - |
| HSV(B) | 227.67º | 0.33% | 0.86% | - |
| XYZ | 37.87 | 37.21 | 72.9 | - |
| YUV | 164.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 220 | 0.33 | 0.26 | 0 | 0.14 | 227.67 | 0.51 | 0.72 |
| Hex | 93 | A2 | DC | 21 | 1A | 0 | E | E4 | 33 | 48 |
| Octal | 223 | 242 | 334 | 41 | 32 | 0 | 16 | 344 | 63 | 110 |
| Binary | 10010011 | 10100010 | 11011100 | 100001 | 11010 | 0 | 1110 | 11100100 | 110011 | 1001000 |
Color Harmonies of #93A2DC
Complementary color
Monochromatic Colors of #93A2DC
Black with #93A2DC
Text Example
Text Example
White with #93A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2DC; }
p { color: rgb(147,162,220); }
H1.HeaderClassName
{
color: #93A2DC;
}
.AnyTagClassName
{
color: #93A2DC;
}
</style>
background-color css
<style>
a { background-color: #93A2DC; }
a { background-color: rgb(147,162,220); }
div.DivClassName
{
background-color: #93A2DC;
}
.BgClassName
{
background-color: #93A2DC;
}
</style>
border-color css
<style>
span { border-color: #93A2DC; }
span { border-color: rgb(147,162,220); }
td.TdClassName
{
border-color: #93A2DC;
}
.TagClassName
{
border-color: #93A2DC;
}
</style>