Shades of Portage #93A0CF
Tints of Portage #93A0CF
RGB
CMYK
RGB Variations
Color information
#93A0CF (or 0x93A0CF) is known color: Portage. HEX triplet: 93, A0 and CF. RGB value is (147,160,207). Sum of RGB (Red+Green+Blue) = 147+160+207=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0CF is #6C5F30. Grayscale: #A1A1A1. Windows color (decimal): -7102257 or 13607059. OLE color: 13607059.
HSL color Cylindrical-coordinate representation of color #93A0CF: hue angle of 227º 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 #93A0CF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 160 | 207 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.19 |
| HSL | 227º | 0.38% | 0.69% | - |
| HSV(B) | 227º | 0.29% | 0.81% | - |
| XYZ | 35.87 | 35.85 | 64.06 | - |
| YUV | 161.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 207 | 0.29 | 0.23 | 0 | 0.19 | 227 | 0.38 | 0.69 |
| Hex | 93 | A0 | CF | 1D | 17 | 0 | 13 | E3 | 26 | 45 |
| Octal | 223 | 240 | 317 | 35 | 27 | 0 | 23 | 343 | 46 | 105 |
| Binary | 10010011 | 10100000 | 11001111 | 11101 | 10111 | 0 | 10011 | 11100011 | 100110 | 1000101 |
Color Harmonies of #93A0CF
Complementary color
Monochromatic Colors of #93A0CF
Black with #93A0CF
Text Example
Text Example
White with #93A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0CF; }
p { color: rgb(147,160,207); }
H1.HeaderClassName
{
color: #93A0CF;
}
.AnyTagClassName
{
color: #93A0CF;
}
</style>
background-color css
<style>
a { background-color: #93A0CF; }
a { background-color: rgb(147,160,207); }
div.DivClassName
{
background-color: #93A0CF;
}
.BgClassName
{
background-color: #93A0CF;
}
</style>
border-color css
<style>
span { border-color: #93A0CF; }
span { border-color: rgb(147,160,207); }
td.TdClassName
{
border-color: #93A0CF;
}
.TagClassName
{
border-color: #93A0CF;
}
</style>