Shades of Portage #93A2CE
Tints of Portage #93A2CE
RGB
CMYK
RGB Variations
Color information
#93A2CE (or 0x93A2CE) is known color: Portage. HEX triplet: 93, A2 and CE. RGB value is (147,162,206). Sum of RGB (Red+Green+Blue) = 147+162+206=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #93A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2CE is #6C5D31. Grayscale: #A2A2A2. Windows color (decimal): -7101746 or 13542035. OLE color: 13542035.
HSL color Cylindrical-coordinate representation of color #93A2CE: hue angle of 224.75º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A2CE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 162 | 206 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.19 |
| HSL | 224.75º | 0.38% | 0.69% | - |
| HSV(B) | 224.75º | 0.29% | 0.81% | - |
| XYZ | 36.09 | 36.5 | 63.54 | - |
| YUV | 162.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 206 | 0.29 | 0.21 | 0 | 0.19 | 224.75 | 0.38 | 0.69 |
| Hex | 93 | A2 | CE | 1D | 15 | 0 | 13 | E1 | 26 | 45 |
| Octal | 223 | 242 | 316 | 35 | 25 | 0 | 23 | 341 | 46 | 105 |
| Binary | 10010011 | 10100010 | 11001110 | 11101 | 10101 | 0 | 10011 | 11100001 | 100110 | 1000101 |
Color Harmonies of #93A2CE
Complementary color
Monochromatic Colors of #93A2CE
Black with #93A2CE
Text Example
Text Example
White with #93A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2CE; }
p { color: rgb(147,162,206); }
H1.HeaderClassName
{
color: #93A2CE;
}
.AnyTagClassName
{
color: #93A2CE;
}
</style>
background-color css
<style>
a { background-color: #93A2CE; }
a { background-color: rgb(147,162,206); }
div.DivClassName
{
background-color: #93A2CE;
}
.BgClassName
{
background-color: #93A2CE;
}
</style>
border-color css
<style>
span { border-color: #93A2CE; }
span { border-color: rgb(147,162,206); }
td.TdClassName
{
border-color: #93A2CE;
}
.TagClassName
{
border-color: #93A2CE;
}
</style>