Shades of Portage #93A1CD
Tints of Portage #93A1CD
RGB
CMYK
RGB Variations
Color information
#93A1CD (or 0x93A1CD) is known color: Portage. HEX triplet: 93, A1 and CD. RGB value is (147,161,205). Sum of RGB (Red+Green+Blue) = 147+161+205=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #93A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1CD is #6C5E32. Grayscale: #A1A1A1. Windows color (decimal): -7102003 or 13476243. OLE color: 13476243.
HSL color Cylindrical-coordinate representation of color #93A1CD: hue angle of 225.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93A1CD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 161 | 205 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.20 |
| HSL | 225.52º | 0.37% | 0.69% | - |
| HSV(B) | 225.52º | 0.28% | 0.8% | - |
| XYZ | 35.8 | 36.1 | 62.84 | - |
| YUV | 161.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 205 | 0.28 | 0.21 | 0 | 0.20 | 225.52 | 0.37 | 0.69 |
| Hex | 93 | A1 | CD | 1C | 15 | 0 | 14 | E2 | 25 | 45 |
| Octal | 223 | 241 | 315 | 34 | 25 | 0 | 24 | 342 | 45 | 105 |
| Binary | 10010011 | 10100001 | 11001101 | 11100 | 10101 | 0 | 10100 | 11100010 | 100101 | 1000101 |
Color Harmonies of #93A1CD
Complementary color
Monochromatic Colors of #93A1CD
Black with #93A1CD
Text Example
Text Example
White with #93A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1CD; }
p { color: rgb(147,161,205); }
H1.HeaderClassName
{
color: #93A1CD;
}
.AnyTagClassName
{
color: #93A1CD;
}
</style>
background-color css
<style>
a { background-color: #93A1CD; }
a { background-color: rgb(147,161,205); }
div.DivClassName
{
background-color: #93A1CD;
}
.BgClassName
{
background-color: #93A1CD;
}
</style>
border-color css
<style>
span { border-color: #93A1CD; }
span { border-color: rgb(147,161,205); }
td.TdClassName
{
border-color: #93A1CD;
}
.TagClassName
{
border-color: #93A1CD;
}
</style>