Shades of Portage #93A1CF
Tints of Portage #93A1CF
RGB
CMYK
RGB Variations
Color information
#93A1CF (or 0x93A1CF) is known color: Portage. HEX triplet: 93, A1 and CF. RGB value is (147,161,207). Sum of RGB (Red+Green+Blue) = 147+161+207=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1CF is #6C5E30. Grayscale: #A1A1A1. Windows color (decimal): -7102001 or 13607315. OLE color: 13607315.
HSL color Cylindrical-coordinate representation of color #93A1CF: hue angle of 226º 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 #93A1CF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 161 | 207 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.19 |
| HSL | 226º | 0.38% | 0.69% | - |
| HSV(B) | 226º | 0.29% | 0.81% | - |
| XYZ | 36.04 | 36.2 | 64.12 | - |
| YUV | 162.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 207 | 0.29 | 0.22 | 0 | 0.19 | 226 | 0.38 | 0.69 |
| Hex | 93 | A1 | CF | 1D | 16 | 0 | 13 | E2 | 26 | 45 |
| Octal | 223 | 241 | 317 | 35 | 26 | 0 | 23 | 342 | 46 | 105 |
| Binary | 10010011 | 10100001 | 11001111 | 11101 | 10110 | 0 | 10011 | 11100010 | 100110 | 1000101 |
Color Harmonies of #93A1CF
Complementary color
Monochromatic Colors of #93A1CF
Black with #93A1CF
Text Example
Text Example
White with #93A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1CF; }
p { color: rgb(147,161,207); }
H1.HeaderClassName
{
color: #93A1CF;
}
.AnyTagClassName
{
color: #93A1CF;
}
</style>
background-color css
<style>
a { background-color: #93A1CF; }
a { background-color: rgb(147,161,207); }
div.DivClassName
{
background-color: #93A1CF;
}
.BgClassName
{
background-color: #93A1CF;
}
</style>
border-color css
<style>
span { border-color: #93A1CF; }
span { border-color: rgb(147,161,207); }
td.TdClassName
{
border-color: #93A1CF;
}
.TagClassName
{
border-color: #93A1CF;
}
</style>